interface org.aswing.tree.TreeCell extends Cell

@author paling

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from Cell

function getCellComponent():Component
function getCellValue():Dynamic
function setCellValue(value:Dynamic):Void

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