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.table |
Contains API required by the extended JTable component, JXTable.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JXTable |
A JXTable is a JTable with built-in support for row sorting, filtering, and
highlighting, column visibility and a special popup control on the column
header for quick access to table configuration.
|
class |
JXTableHeader |
TableHeader with extended functionality if associated Table is of
type JXTable.
|
class |
JXTreeTable |
JXTreeTable is a specialized table
consisting of a single column in which to display hierarchical data, and any
number of other columns in which to display regular data. |
Modifier and Type | Method | Description |
---|---|---|
TableColumnModelExtListener[] |
DefaultTableColumnModelExt.getTableColumnModelExtListeners() |