| Interface | Description |
|---|---|
| rowSelectCallback |
An interface that objects can implement to allow arlut.csd.JTable tables
to report when a row is selected.
|
| Class | Description |
|---|---|
| baseTable |
baseTable is an AWT table component, supporting a wide variety
of table displays based on an underlying grid model.
|
| gridTable |
gridTable is a specialized baseTable, supporting an x,y
access model
|
| MyJTableHeader |
Interceptor class to prevent right-clicks from dragging columns in
our SmartTable.
|
| rowHandle |
This class is used to map a hash key to a row in the table.
|
| rowHandler |
This class is used to map a hash key to a position in the table.
|
| rowSorter | |
| rowTable |
rowTable is a specialized baseTable, supporting a per-row
access model based on a hashtable.
|
| SmartTable |
Extending upon the JTable, adding the ability to Sort Columns with
the TableSorter Class, Adding Right click context menu's for the
header row and the data rows.
|
| SmartTable.DateCellRenderer |
A cell renderer for Date values.
|
| tableAttr | |
| tableCanvas |
This class is the actual pane that is rendered on to create the table.
|
| tableCell |
tableCell represents the contents of a single cell in the table.
|
| tableCol |
This class holds the information on a particular column in the table,
including the header, header pop-up menu, current column width, and
any special font or style or color information to apply to cells in
this column.
|
| tableRow |
This class holds all the information for a particular row in the
table, including current position of the row in the table, height
of row in elemental lines, and a vector of the current cells in
this row.
|
| TableSorter |
TableSorter is a decorator for TableModels; adding sorting
functionality to a supplied TableModel.
|
| TableSorter.Arrow | |
| TableSorter.Directive | |
| TextAreaRenderer |