interface org.aswing.Cell

Complex component cell base class, like JList, JTable's cell. @author paling

Instance Fields

function getCellComponent(): Component

Return the represent component of this cell.

returns

the cell component.

function getCellValue(): Dynamic

Returns the value of the cell.

returns

the value of the cell.

function setCellValue(value:Dynamic): Void

Sets the value of this cell.

value

which should represent on the component of this cell.