|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Mutable Tree Node Interface.
Method Summary | |
void |
insert(MutableTreeNode child,
int index)
Inserts specified child at specified index. |
void |
remove(int index)
Removes child at the specified index. |
void |
remove(MutableTreeNode node)
Removes specified node. |
void |
removeFromParent()
Removes the node form its parent. |
void |
setParent(MutableTreeNode parent)
Sets the parent of the node. |
void |
setUserObject(java.lang.Object object)
Sets user object. |
Methods inherited from interface yu.ac.bg.etf.javaqx.qswing.tree.TreeNode |
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Method Detail |
public void insert(MutableTreeNode child, int index)
child
- the childindex
- the indexpublic void remove(int index)
index
- the indexpublic void remove(MutableTreeNode node)
node
- the nodepublic void setParent(MutableTreeNode parent)
parent
- the new parentpublic void removeFromParent()
public void setUserObject(java.lang.Object object)
object
- the object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |