public abstract class SwingForester.LazyNode extends SwingForester.TreeProxy
Modifier and Type | Field and Description |
---|---|
protected List<TreeNode> |
children |
protected String |
root |
label, parent, source
Modifier | Constructor and Description |
---|---|
protected |
LazyNode(TreeNode parent,
String label,
Object source,
String root) |
Modifier and Type | Method and Description |
---|---|
protected void |
add(String label,
boolean b) |
protected void |
add(String label,
int x) |
protected void |
add(String label,
Object x) |
protected void |
addChild(TreeNode child) |
protected void |
addMAP(String label,
Map i) |
protected void |
addREL(String label,
Multimap i) |
protected void |
addSEQ(String label,
List i) |
protected void |
addSET(String label,
Set i) |
Enumeration |
children() |
protected void |
demand() |
protected abstract void |
eval() |
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
protected final void demand()
protected abstract void eval()
protected void add(String label, int x)
protected void add(String label, boolean b)
protected void addChild(TreeNode child)
public final TreeNode getChildAt(int index)
public final int getChildCount()
public final int getIndex(TreeNode child)
public final boolean getAllowsChildren()
public final boolean isLeaf()
public final Enumeration children()
see also the complete user documentation .