Package org.jdesktop.swingx.treetable
package org.jdesktop.swingx.treetable
Contains API required by the JXTreeTable component.
-
ClassDescription
AbstractMutableTreeTableNodeprovides an implementation of most of theMutableTreeTableNodefeatures.AbstractTreeTableModel provides an implementation ofTreeTableModelas a convenient starting point in defining custom data models forJXTreeTable.A default implementation of anAbstractMutableTreeTableNodethat returnsgetUserObject().toString()for all value queries.DefaultTreeTableModelis a concrete implementation ofAbstractTreeTableModeland is provided purely as a convenience for use withTreeTableNodes.A tree table model to simulate a file system.Defines the requirements for a tree table node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.A tree table model to simulate a file system.An editor that can be used to edit the tree column.The model used byJXTreeTable.Interface which guarantees access to a TreeTableModel.Defines the requirements for an object that can be used as a tree node in aJXTreeTable.