Frames | No Frames |
Classes implementing javax.swing.tree.MutableTreeNode | |
class |
Classes implementing javax.swing.tree.MutableTreeNode | |
class | A default implementation of the MutableTreeNode interface.
|
Fields of type javax.swing.tree.MutableTreeNode | |
MutableTreeNode | The parent of this node (possibly null ).
|
Methods with parameter type javax.swing.tree.MutableTreeNode | |
void | Adds a new child node to this node and sets this node as the parent of
the child node. |
void | Inserts given child node at the given index.
|
void | Inserts a node as child at a given index.
|
void | Invoked this to insert newChild at location index in parents children.
|
void | Removes the given child from this node and sets its parent to
null .
|
void | Removes a given child node.
|
void | Message this to remove node from its parent. |
void | Set the parent node for this node.
|
void | Sets the parent of the node.
|