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

Packages that use TreeTableModel
org.jdesktop.binding.swingx.adapter   
org.jdesktop.jdnc Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. 
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.binding.swingx.adapter
 

Classes in org.jdesktop.binding.swingx.adapter that implement TreeTableModel
 class DOMAdapter
           
 

Uses of TreeTableModel in org.jdesktop.jdnc
 

Methods in org.jdesktop.jdnc that return TreeTableModel
 TreeTableModel JNTreeTable.getTreeTableModel()
          Returns the data model for the tree table.
 

Methods in org.jdesktop.jdnc with parameters of type TreeTableModel
 void JNTreeTable.setTreeTableModel(TreeTableModel model)
          Sets the data model for the tree table.
 

Constructors in org.jdesktop.jdnc with parameters of type TreeTableModel
JNTreeTable(TreeTableModel model)
          Creates a new JNTreeTable component that presents a JXTreeTable view for the specified model.
 

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
          FileSystemModel
 



Copyright © 2005 Sun Microsystems All Rights Reserved.