|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
Method Summary | |
void |
insert(MutableTreeNode child,
int index)
Adds child to the receiver at index .
|
void |
remove(int index)
Removes the child at index from the receiver. |
void |
remove(MutableTreeNode node)
Removes node from the receiver. |
void |
removeFromParent()
Removes the receiver from its parent. |
void |
setParent(MutableTreeNode newParent)
Sets the parent of the receiver to newParent . |
void |
setUserObject(java.lang.Object object)
Resets the user object of the receiver to object . |
Methods inherited from interface echopoint.tree.TreeNode |
children, getActionCommand, getAllowsChildren, getChildAt, getChildCount, getId, getIndex, getParent, isLeaf |
Method Detail |
public void insert(MutableTreeNode child, int index)
child
to the receiver at index
.
child
will be messaged with setParent
.
public void remove(int index)
index
from the receiver.
public void remove(MutableTreeNode node)
node
from the receiver. setParent
will be messaged on node
.
public void removeFromParent()
public void setParent(MutableTreeNode newParent)
newParent
.
public void setUserObject(java.lang.Object object)
object
.
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |