Package org.jdesktop.swingx.treetable
Contains API required by the JXTreeTable component.
See: Description
-
Interface Summary Interface Description 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.NodeChangedMediator Helper to trigger tree event notification on a TreeModel after a node content has changed in some way.NodeModel A model for any columnar information of a tree node.TreeTableModel The model used byJXTreeTable.TreeTableModelProvider Interface which guarantees access to a TreeTableModel.TreeTableNode Defines the requirements for an object that can be used as a tree node in aJXTreeTable. -
Class Summary Class Description AbstractMutableTreeTableNode AbstractMutableTreeTableNodeprovides an implementation of most of theMutableTreeTableNodefeatures.AbstractTreeTableModel AbstractTreeTableModel provides an implementation ofTreeTableModelas a convenient starting point in defining custom data models forJXTreeTable.DefaultMutableTreeTableNode A default implementation of anAbstractMutableTreeTableNodethat returnsgetUserObject().toString()for all value queries.DefaultTreeTableModel DefaultTreeTableModelis a concrete implementation ofAbstractTreeTableModeland is provided purely as a convenience for use withTreeTableNodes.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.TreeTableModelAdapter Adapts a TreeModel to a TreeTableModel.
Package org.jdesktop.swingx.treetable Description
DataMelt 3.0 © DataMelt by jWork.ORG