Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
TreeTableModel |
JXTreeTable.getTreeTableModel()
Returns the underlying TreeTableModel for this JXTreeTable.
|
Modifier and Type | Method and Description |
---|---|
void |
JXTreeTable.setTreeTableModel(TreeTableModel treeModel)
Sets the data model for this JXTreeTable to the specified
TreeTableModel . |
Constructor and Description |
---|
JXTreeTable(TreeTableModel treeModel)
Constructs a JXTreeTable using the specified
TreeTableModel . |
Modifier and Type | Class and Description |
---|---|
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.
|