Packageorg.aswing.tree
Interfacepublic interface TreeCell extends Cell
ImplementorsAbstractCellEditor, DefaultTreeCell, GeneralTreeCellFactory



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
  
setTreeCellStatus(tree:JTree, selected:Boolean, expanded:Boolean, leaf:Boolean, row:int):void
Sets the table cell status, include the owner-JTable isSelected, row position, column position.
TreeCell
Method detail
setTreeCellStatus()method
public function setTreeCellStatus(tree:JTree, selected:Boolean, expanded:Boolean, leaf:Boolean, row:int):void

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

Parameters
tree:JTree — cell's owner, a JTable
 
selected:Boolean — true indicated the cell selected, false not selected.
 
expanded:Boolean — true the node is currently expanded, false not.
 
leaf:Boolean — true the node represets a leaf, false not.
 
row:int — the row position