public final class SwingForester.Leaf extends SwingForester.TreeProxy
label, parent, source
Constructor and Description |
---|
Leaf(TreeNode parent,
String label,
Object source) |
Modifier and Type | Method and Description |
---|---|
Enumeration<TreeNode> |
children() |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int index) |
int |
getChildCount() |
int |
getIndex(TreeNode child) |
boolean |
isLeaf() |
String |
valueToString() |
getLabel, getParent, getSource, toString
public String valueToString()
valueToString
in class SwingForester.TreeProxy
public TreeNode getChildAt(int index)
public int getChildCount()
public int getIndex(TreeNode child)
public boolean getAllowsChildren()
public boolean isLeaf()
public Enumeration<TreeNode> children()
see also the complete user documentation .