|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.jas.plugin.tree.DefaultFTreeNodeStructureProvider
public class DefaultFTreeNodeStructureProvider
The default implementation of FTreeNodeStructureProvider.
Constructor Summary | |
---|---|
DefaultFTreeNodeStructureProvider()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultFTreeNodeStructureProvider()
Method Detail |
---|
public boolean addNode(FTreeNode node)
FTreeNodeStructureProvider
addNode
in interface FTreeNodeStructureProvider
node
- The FTreeNode to be added.
true
if the node was succesfully added.public boolean removeNode(FTreeNode node)
FTreeNodeStructureProvider
removeNode
in interface FTreeNodeStructureProvider
node
- The node to be removed.
true
if the node was succesfully removed.public List nodes()
FTreeNodeStructureProvider
nodes
in interface FTreeNodeStructureProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |