|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the structure for an FTreeNode. Children are added and removed via this interface that also provides the list the sorted children.
Method Summary | |
boolean |
addNode(FTreeNode node)
Add an FTreeNode to the node for which the structure is being provided. |
java.util.List |
nodes()
Get the list of the children for this node. |
boolean |
removeNode(FTreeNode node)
Remove an FTreeNode from the node for which the structure is being provided. |
Method Detail |
public boolean addNode(FTreeNode node)
node
- The FTreeNode to be added.
true
if the node was succesfully added.public boolean removeNode(FTreeNode node)
node
- The node to be removed.
true
if the node was succesfully removed.public java.util.List nodes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |