Package | Description |
---|---|
jadex.commons.collection |
This package contains useful extensions to java.util.collection classes.
|
Modifier and Type | Method and Description |
---|---|
TreeNode |
Tree.getRootNode()
Return the root node of the tree.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.addChild(TreeNode child)
Adds a child to the list of children for this node.
|
void |
TreeNode.insertChildAt(int index,
TreeNode child)
Inserts a node at the specified position in the child list.
|
void |
Tree.setRootElement(TreeNode root)
Set the root node for the tree.
|
Constructor and Description |
---|
Tree(TreeNode root)
Create a new tree.
|
Copyright © 2012. All Rights Reserved.