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
insertNodeInto
void
Removes the given child from this node.
void
Removes a given child node.
void
removeNodeFromParent
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