Interface | Description |
---|---|
MutableTreeNode |
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.
|
TreeModel |
The model used by
JTree . |
TreeModelListener |
Defines the interface for an object that listens
to changes in a TreeModel.
|
TreeNode |
Defines the requirements for an object that can be used as a
tree node in a JTree.
|
Class | Description |
---|---|
DefaultMutableTreeNode |
A
DefaultMutableTreeNode is a general-purpose node in a tree data
structure. |
DefaultTreeModel |
A simple tree data model that uses TreeNodes.
|
EventListenerList |
A class that holds a list of EventListeners.
|
TreeModelEvent |
Encapsulates information describing changes to a tree model, and
used to notify tree model listeners of the change.
|
TreePath |
Represents a path to a node.
|
Copyright © 2005–2020 jthink.net. All rights reserved.