swingx
Version 2009-07-31

Package org.jdesktop.swingx.treetable

Contains API required by the JXTreeTable component.

See:
          Description

Interface Summary
MutableTreeTableNode 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.
TreeTableModel The model used by JXTreeTable.
TreeTableNode Defines the requirements for an object that can be used as a tree node in a JXTreeTable.
 

Class Summary
AbstractMutableTreeTableNode AbstractMutableTreeTableNode provides an implementation of most of the MutableTreeTableNode features.
AbstractTreeTableModel AbstractTreeTableModel provides an implementation of TreeTableModel as a convenient starting point in defining custom data models for JXTreeTable.
DefaultMutableTreeTableNode A default implementation of an AbstractMutableTreeTableNode that returns getUserObject().toString() for all value queries.
DefaultTreeTableModel DefaultTreeTableModel is a concrete implementation of AbstractTreeTableModel and is provided purely as a convenience.
FileSystemModel A tree table model to simulate a file system.
SimpleFileSystemModel A tree table model to simulate a file system.
TreeTableCellEditor An editor that can be used to edit the tree column.
 

Package org.jdesktop.swingx.treetable Description

Contains API required by the JXTreeTable component.

Package Specification

Related Documentation


swingx
Version 2009-07-31