public interface TreeNode
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends TreeNode> |
getTreeChildren()
Returns a Collection of TreeNode children
of the current node
|
TreeNode |
getTreeParent()
Returns parent of the current node
|
TreeNode |
getTreeRoot()
Returns the root of the current node
|
boolean |
isTreeLeaf()
Returns boolean true if the TreeNode is a leaf
|
boolean |
isTreeNode()
Returns boolean true if the TreeNode is a node
|
static final java.lang.String REVISION
java.util.Collection<? extends TreeNode> getTreeChildren()
TreeNode getTreeParent()
boolean isTreeLeaf()
boolean isTreeNode()
TreeNode getTreeRoot()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.