Uses of Interface
org.jdesktop.swingx.treetable.TreeTableModel

Packages that use TreeTableModel
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.treetable Contains API required by the JXTreeTable component. 
 

Uses of TreeTableModel in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return TreeTableModel
 TreeTableModel JXTreeTable.getTreeTableModel()
          Returns the underlying TreeTableModel for this JXTreeTable.
 

Methods in org.jdesktop.swingx with parameters of type TreeTableModel
 void JXTreeTable.setTreeTableModel(TreeTableModel treeModel)
          Sets the data model for this JXTreeTable to the specified TreeTableModel.
 

Constructors in org.jdesktop.swingx with parameters of type TreeTableModel
JXTreeTable(TreeTableModel treeModel)
          Constructs a JXTreeTable using the specified TreeTableModel.
 

Uses of TreeTableModel in org.jdesktop.swingx.treetable
 

Classes in org.jdesktop.swingx.treetable that implement TreeTableModel
 class AbstractTreeTableModel
          AbstractTreeTableModel provides an implementation of TreeTableModel as a convenient starting point in defining custom data models for JXTreeTable.
 class DefaultTreeTableModel
          DefaultTreeTableModel is a concrete implementation of AbstractTreeTableModel and is provided purely as a convenience.
 class FileSystemModel
          A tree table model to simulate a file system.
 class SimpleFileSystemModel
          A tree table model to simulate a file system.