| |
|
| java.lang.Object com.javujavu.javux.wings.tree.TreeNode
TreeNode | public class TreeNode (Code) | | This class represents a single tree node of WingTree
This class is thread safe.
but it is not necessary because
synchronization is provided by WingTree
|
expanded | protected boolean expanded(Code) | | |
getChildCount | public synchronized int getChildCount()(Code) | | |
getLevel | public int getLevel()(Code) | | |
isExpanded | public boolean isExpanded()(Code) | | |
isLeaf | public boolean isLeaf()(Code) | | |
setExpanded | public void setExpanded(boolean expanded)(Code) | | |
|
|
|