interface org.aswing.tree.TreeCell extends Cell
| Implementors | ||||
![]() | DefaultTreeCell |
| ||
@author paling
Instance Fields
![]() | Show inherited public instance fields | Hide inherited public instance fields
|
function setTreeCellStatus(tree:JTree, selected:Bool, expanded:Bool, leaf:Bool, row:Int): Void
Sets the table cell status, include the owner-JTable isSelected, row position, column position.
| the | cell's owner, a JTable |
| seleted | true indicated the cell selected, false not selected. |
| expanded | true the node is currently expanded, false not. |
| leaf | true the node represets a leaf, false not. |
| row | the row position |

