Uses of Interface
org.jdesktop.swingx.treetable.TreeTableModel
Packages that use TreeTableModel
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains API required by the JXTreeTable component.
-
Uses of TreeTableModel in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return TreeTableModelModifier and TypeMethodDescriptionJXTreeTable.getTreeTableModel()
Returns the underlying TreeTableModel for this JXTreeTable.JXTreeTable.TreeTableModelAdapter.getTreeTableModel()
Returns a TreeTableModel, guaranteed to be not null.Methods in org.jdesktop.swingx with parameters of type TreeTableModelModifier and TypeMethodDescriptionvoid
JXTreeTable.setTreeTableModel
(TreeTableModel treeModel) Sets the data model for this JXTreeTable to the specifiedTreeTableModel
.Constructors in org.jdesktop.swingx with parameters of type TreeTableModelModifierConstructorDescriptionJXTreeTable
(TreeTableModel treeModel) Constructs a JXTreeTable using the specifiedTreeTableModel
. -
Uses of TreeTableModel in org.jdesktop.swingx.treetable
Classes in org.jdesktop.swingx.treetable that implement TreeTableModelModifier and TypeClassDescriptionclass
AbstractTreeTableModel provides an implementation ofTreeTableModel
as a convenient starting point in defining custom data models forJXTreeTable
.class
DefaultTreeTableModel
is a concrete implementation ofAbstractTreeTableModel
and is provided purely as a convenience for use withTreeTableNode
s.class
A tree table model to simulate a file system.class
A tree table model to simulate a file system.Methods in org.jdesktop.swingx.treetable that return TreeTableModelModifier and TypeMethodDescriptionTreeTableModelProvider.getTreeTableModel()
Returns a TreeTableModel, guaranteed to be not null.