| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TreeNode
Interface reprensenting an Object Tree with usefull generic method to collect Branch status, children ...
| Field Summary | |
|---|---|
static String | 
REVISION
 | 
| Method Summary | |
|---|---|
 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  | 
| Field Detail | 
|---|
static final String REVISION
| Method Detail | 
|---|
Collection<? extends TreeNode> getTreeChildren()
TreeNode getTreeParent()
boolean isTreeLeaf()
boolean isTreeNode()
TreeNode getTreeRoot()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||