|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
addChild(MutableTreeNode child)
Add a child to this TreeNode at the end of the child list. |
void |
insertChild(MutableTreeNode child,
int index)
Insert a child at the specified index. |
void |
removeChild(MutableTreeNode child)
Remove a child from this TreeNode. |
void |
setParent(TreeNode parent)
Set the parent of this TreeNode. |
| Methods inherited from interface ewe.data.TreeNode |
canExpand, collapse, expand, getChild, getChildCount, getChildren, getParent, indexOfChild, isLeaf |
| Method Detail |
public void setParent(TreeNode parent)
public void insertChild(MutableTreeNode child,
int index)
public void addChild(MutableTreeNode child)
public void removeChild(MutableTreeNode child)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||