Uses of Package
org.jdesktop.swingx.treetable
Packages that use org.jdesktop.swingx.treetable
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains API required by the JXTreeTable component.
-
Classes in org.jdesktop.swingx.treetable used by org.jdesktop.swingxClassDescriptionThe model used by
JXTreeTable
.Interface which guarantees access to a TreeTableModel. -
Classes in org.jdesktop.swingx.treetable used by org.jdesktop.swingx.treetableClassDescription
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
.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.The model used byJXTreeTable
.Defines the requirements for an object that can be used as a tree node in aJXTreeTable
.