JTree
component.TreeCellEditor
is used by the JTree
component to
edit individual tree elements (nodes).
TreeCellRenderer
is used by the JTree
component to
paint individual tree elements (nodes).
MutableTreeNode
interface.
TreeCellRenderer
interface.
TreePath
represents a sequence of tree elements that form
a path starting from the root of a tree. JTree
component.