Package org.jdesktop.swingx.treetable
package org.jdesktop.swingx.treetable
Contains API required by the JXTreeTable component.
-
ClassDescription
AbstractMutableTreeTableNode
provides an implementation of most of theMutableTreeTableNode
features.AbstractTreeTableModel provides an implementation ofTreeTableModel
as a convenient starting point in defining custom data models forJXTreeTable
.A default implementation of anAbstractMutableTreeTableNode
that returnsgetUserObject().toString()
for all value queries.DefaultTreeTableModel
is a concrete implementation ofAbstractTreeTableModel
and is provided purely as a convenience for use withTreeTableNode
s.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
.