Packageorg.aswing.table
Interfacepublic interface TableCell extends Cell
ImplementorsAbstractCellEditor, AbstractTableCell, DefaultTextCell, GeneralTableCellFactory, PoorTextCell, SortableHeaderRenderer



Public Methods
 MethodDefined by
 Inherited
Return the represent component of this cell.
Cell
 Inherited
Returns the value of the cell.
Cell
 Inherited
setCellValue(value:*):void
Sets the value of this cell.
Cell
  
setTableCellStatus(table:JTable, isSelected:Boolean, row:int, column:int):void
Sets the table cell status, include the owner-JTable isSelected, row position, column position.
TableCell
Method detail
setTableCellStatus()method
public function setTableCellStatus(table:JTable, isSelected:Boolean, row:int, column:int):void

Sets the table cell status, include the owner-JTable isSelected, row position, column position.

Parameters
table:JTable — cell's owner, a JTable
 
isSelected:Boolean — true to set the cell selected, false to set not selected.
 
row:int — the row position
 
column:int — the column position