|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITreeNode
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. |
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 |
---|
Collection getChildren()
Collection
of children.
int getChildCount()
ITreeNode
s the receiver
contains.
ITreeNode getParent()
ITreeNode
of the receiver.
boolean containsChild(ITreeNode node)
boolean getAllowsChildren()
boolean isLeaf()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |