public interface FTreeNodeStructureProvider
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2014. All Rights Reserved.