| Interface | Description |
|---|---|
| RowSorter |
An interface used with JTreeTableSorted to create application-controlled sorting.
|
| TableRow | |
| ThreadSorter |
An interface used with JTreeTableSorted to create application-controlled sorting on
"threads".
|
| TreeTableModel |
TreeTableModel is the model used by a JTreeTable.
|
| Class | Description |
|---|---|
| AbstractCellEditor | |
| ColumnWidthsResizer |
A listener that sets the preferred widths of a
JTable's columns such that they're just big enough to display
all of their contents without truncation. |
| HidableTableColumnModel |
HidableTableColumnModel extends the DefaultTableColumnModel . |
| JTableSorted |
JTableSorted adds sorting functionality to a JTable.
|
| JTreeTable |
This example shows how to create a simple JTreeTable component,
by using a JTree as a renderer (and editor) for the cells in a
particular column in the JTable.
|
| JTreeTableSorted |
JTreeTableSorted adds sorting functionality to a JTreeTable.
|
| RowSorterAbstract |
Superclass for implementations of RowSorter, used with JTreeTableSorted to create
application-controlled sorting.
|
| TableAligner |
A listener that sets the alignment of cells in a
JTable. |
| TableAppearanceAction |
Displays a popup menu containing several options to configure the appearance of a JTable.
|
| TableDemo |
Demos features developed for JTables.
|
| TableDemo.AddColumnAction | |
| TableDemo.AddRowAction | |
| TableDemo.RemoveColumnAction | |
| TableDemo.RemoveRowAction | |
| TableDemo.ResetAction | |
| TableRowAbstract | |
| TableRowAbstract.Sorter | |
| TreeTableModelAbstract | |
| TreeTableModelAdapter |
This is a wrapper class takes a TreeTableModel and implements
the table model interface.
|
| TreeTableModelSorted | |
| UndoableRowSorter<M extends javax.swing.table.TableModel> |
A row sorter whose ordering can be undone.
|