Class fvaswing.components.reader.video.FvMarkerCell

Description

Marker cell implementation for FvVideoBookmark list.

See Also

Method Index

new FvMarkerCell()
getCellComponent(), getCellValue(), setCellValue(), setListCellStatus(), toString()

Constructor Detail

FvMarkerCell

public function FvMarkerCell()

Constructor.

Method Detail

setCellValue

public function setCellValue(value:FvVideoMarker):Void

Sets the value of this cell.

Parameters

valuewhich should represent on the component of this cell.

getCellValue

public function getCellValue():FvVideoMarker

Returns the value of the cell.

getCellComponent

public function getCellComponent():Component

Returns concrete cell component.

Overrides method to keep strong typing with your own component.

setListCellStatus

public function setListCellStatus(component:JList, isSelected:Boolean, index:Number):Void

Sets the list cell status, include the owner-JList isSelected, index position.

Parameters

isSelectedtrue to set the cell selected, false to set not selected.
indexthe row position

toString

public function toString():String

Returns string representation.