| 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.
|
| Class | Description |
|---|---|
| TreeTableModel |
The model used by
JXTreeTable. |
| Class | Description |
|---|---|
| AbstractMutableTreeTableNode |
AbstractMutableTreeTableNode provides an implementation of most of
the MutableTreeTableNode features. |
| AbstractTreeTableModel |
AbstractTreeTableModel provides an implementation of
TreeTableModel as a convenient starting
point in defining custom data models for
JXTreeTable. |
| 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 by
JXTreeTable. |
| TreeTableNode |
Defines the requirements for an object that can be used as a tree node in a
JXTreeTable. |
Copyright © 2018. All rights reserved.