| Name | Description | Type | Package | Framework |
| AbstractLayoutCache | Serialized objects of this class will not be compatible with future Swing releases. | Class | javax.swing.tree | Java SE |
|
| AbstractLayoutCache .NodeDimensions | Used by AbstractLayoutCache to determine the size and x origin of a particular node. | Class | javax.swing.tree.AbstractLayoutCache | Java SE |
|
| DefaultMutableTreeNode | A DefaultMutableTreeNode is a general-purpose node in a tree data For examples of using default mutable tree nodes, see | Class | javax.swing.tree | Java SE |
|
| DefaultTreeCellEditor | A TreeCellEditor. | Class | javax.swing.tree | Java SE |
|
| DefaultTreeCellRenderer | Displays an entry in a tree. | Class | javax.swing.tree | Java SE |
|
| DefaultTreeModel | A simple tree data model that uses TreeNodes. | Class | javax.swing.tree | Java SE |
|
| DefaultTreeSelectionModel | Default implementation of TreeSelectionModel. | Class | javax.swing.tree | Java SE |
|
| ExpandVetoException | Exception used to stop an expand/collapse from happening. | Class | javax.swing.tree | Java SE |
|
| FixedHeightLayoutCache | NOTE: This will become more open in a future release. | Class | javax.swing.tree | Java SE |
|
| MutableTreeNode | Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents | Interface | javax.swing.tree | Java SE |
|
| RowMapper | Defines the requirements for an object that translates paths in the tree into display rows. | Interface | javax.swing.tree | Java SE |
|
| TreePath | TreePath represents an array of objects that uniquely identify the path to a node in a tree. | Class | javax.swing.tree | Java SE |
|
| TreeCellEditor | | Interface | javax.swing.tree | Java SE |
|
| TreeCellRenderer | Defines the requirements for an object that displays a tree node. | Interface | javax.swing.tree | Java SE |
|
| TreeModel | The model used by JTree. | Interface | javax.swing.tree | Java SE |
|
| TreeNode | Defines the requirements for an object that can be used as a tree node in a JTree. | Interface | javax.swing.tree | Java SE |
|
| TreeSelectionModel | This interface represents the current state of the selection for the tree component. | Interface | javax.swing.tree | Java SE |
|
| VariableHeightLayoutCache | NOTE: This will become more open in a future release. | Class | javax.swing.tree | Java SE |
|
| AbstractLayoutCache | Serialized objects of this class will not be compatible with future Swing releases. | Class | swing.tree | Code Trails |
|
| AbstractLayoutCache .NodeDimensions | Used by AbstractLayoutCache to determine the size and x origin of a particular node. | Class | swing.tree.AbstractLayoutCache | Code Trails |
|
| DefaultMutableTreeNode | A DefaultMutableTreeNode is a general-purpose node in a tree data For examples of using default mutable tree nodes, see | Class | swing.tree | Code Trails |
|
| DefaultTreeCellEditor | A TreeCellEditor. | Class | swing.tree | Code Trails |
|
| DefaultTreeCellRenderer | Displays an entry in a tree. | Class | swing.tree | Code Trails |
|
| DefaultTreeModel | A simple tree data model that uses TreeNodes. | Class | swing.tree | Code Trails |
|
| DefaultTreeSelectionModel | Default implementation of TreeSelectionModel. | Class | swing.tree | Code Trails |
|
| AbstractTreeTableModel | An abstract implementation of the TreeTableModel interface, handling the list of listeners. | Class | org.freehep.swing.treetable | FreeHep |
|
| JTreeTable | This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a | Class | org.freehep.swing.treetable | FreeHep |
|
| TreeTableModel | TreeTableModel is the model used by a JTreeTable. | Interface | org.freehep.swing.treetable | FreeHep |
|
| TreeTableModelAdapter | This is a wrapper class takes a TreeTableModel and implements the table model interface. | Class | org.freehep.swing.treetable | FreeHep |
|
| TreeTableModel | TreeTableModel is the model used by a JTreeTable. | Interface | cytoscape.util.swing | CytoScape |
|
| TreeTableModelAdapter | This is a wrapper class takes a TreeTableModel and implements the table model interface. | Class | cytoscape.util.swing | CytoScape |
|
| TreeSearchable | TreeSearchable is an concrete implementation of Searchable that enables the search function in JTree. | Class | com.jidesoft.swing | JideSoft |