MutableTreeNode
Interface MutableTreeNode
- All Superinterfaces:
- TreeNode
- All Known Implementing Classes:
- DefaultMutableTreeNode, JTree.DynamicUtilTreeNode
public interface MutableTreeNode extends TreeNode
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.
- See Also:
-
DefaultMutableTreeNode
,JTree