| 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 | |
| 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.
|
| TableRowAbstract | |
| TableRowAbstract.Sorter | |
| TreeTableModelAbstract | |
| TreeTableModelAdapter |
This is a wrapper class takes a TreeTableModel and implements
the table model interface.
|
| TreeTableModelSorted |
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.