Packageorg.aswing
Interfacepublic interface Cell
SubinterfacesGridListCell, ListCell, TableCell, TableCellEditor, TreeCell, TreeCellEditor
ImplementorsAbstractCellEditor

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



Public Methods
 MethodDefined by
  
Return the represent component of this cell.
Cell
  
Returns the value of the cell.
Cell
  
setCellValue(value:*):void
Sets the value of this cell.
Cell
Method detail
getCellComponent()method
public function getCellComponent():Component

Return the represent component of this cell.

Returns
Component — the cell component.
getCellValue()method 
public function getCellValue():*

Returns the value of the cell.

Returns
* — the value of the cell.
setCellValue()method 
public function setCellValue(value:*):void

Sets the value of this cell.

Parameters
value:* — which should represent on the component of this cell.