|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
containsChild(ITreeNode node)
Returns the true if current node contains received children, otherwise return false; |
boolean |
getAllowsChildren()
Returns true if the receiver allows children. |
int |
getChildCount()
Returns the number of children ITreeNode s the receiver
contains. |
java.util.Collection |
getChildren()
Returns the Collection of children. |
ITreeNode |
getParent()
Returns the parent ITreeNode of the receiver. |
boolean |
isLeaf()
Returns true if the receiver is a leaf. |
Method Detail |
public java.util.Collection getChildren()
Collection
of children.
public int getChildCount()
ITreeNode
s the receiver
contains.
public ITreeNode getParent()
ITreeNode
of the receiver.
public boolean containsChild(ITreeNode node)
public boolean getAllowsChildren()
public boolean isLeaf()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |