|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FTreeNodeStructureProvider
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. |
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 |
---|
boolean addNode(FTreeNode node)
node
- The FTreeNode to be added.
true
if the node was succesfully added.boolean removeNode(FTreeNode node)
node
- The node to be removed.
true
if the node was succesfully removed.List nodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |