Package org.jdesktop.swingx.treetable
-
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.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.TreeTableCellEditor.TreeTableTextField Component used by TreeTableCellEditor. -
Exception Summary Exception Description AbstractMutableTreeTableNode AbstractMutableTreeTableNodeprovides an implementation of most of theMutableTreeTableNodefeatures.AbstractTreeTableModel AbstractTreeTableModel provides an implementation oforg.jdesktop.swingx.treetable.TreeTableModelas a convenient starting point in defining custom data models fororg.jdesktop.swingx.JXTreeTable.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.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.SimpleFileSystemModel A tree table model to simulate a file system.TreeTableCellEditor An editor that can be used to edit the tree column.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.