|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stringtree.util.tree.EmptyTree
org.stringtree.util.tree.SimpleTree
org.stringtree.util.tree.ProxyTree
public class ProxyTree
Field Summary |
---|
Fields inherited from class org.stringtree.util.tree.SimpleTree |
---|
children, parent, value |
Constructor Summary | |
---|---|
ProxyTree()
|
|
ProxyTree(Tree parent,
java.util.Collection children,
java.lang.Object value)
|
Method Summary | |
---|---|
java.lang.Object |
getValue()
|
void |
setValue(java.lang.Object value)
|
Methods inherited from class org.stringtree.util.tree.SimpleTree |
---|
addChild, ensureChildren, getChildren, getParent, removeChild, setChildren, setParent |
Methods inherited from class org.stringtree.util.tree.EmptyTree |
---|
equals |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyTree()
public ProxyTree(Tree parent, java.util.Collection children, java.lang.Object value)
Method Detail |
---|
public java.lang.Object getValue()
getValue
in interface Tree
getValue
in class SimpleTree
public void setValue(java.lang.Object value)
setValue
in interface MutableTree
setValue
in class SimpleTree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |