Uses of Interface javax.swing.tree.MutableTreeNode

Uses in package javax.swing.tree

Classes implementing javax.swing.tree.MutableTreeNode

class
DefaultMutableTreeNode

Fields of type javax.swing.tree.MutableTreeNode

MutableTreeNode
parent

Methods with parameter type javax.swing.tree.MutableTreeNode

void
Adds a new child node to this 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.
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.

Uses in package javax.swing

Classes implementing javax.swing.tree.MutableTreeNode

class