| ColumnClass |
An enumeration class that defines logic column classes.
|
| ColumnComponentTag |
An abstract base class for tags that define renderers or editors for the
columns of a table.
|
| TableColumnRecalibrator |
Definition of an interface for a component which can recalibrate itself based
on the column widths of a table.
|
| TableColumnTag |
A tag handler class for defining columns of a table component.
|
| TableColumnWidthCalculator |
Definition of an interface for a component which can calculate the widths of
a table's columns given the total width of the table.
|
| TableColumnWidthController |
A helper class that provides functionality for managing the widths of the
columns of a table.
|
| TableEditorValidationHandler |
Definition of an interface to be implemented by objects interested in
validation events triggered by a column editor.
|
| TableFormController |
A helper class for dealing with Form objects related to table
components.
|
| TableSelectionHandler |
Definition of an interface that allows changing the way a selected or focused
cell in the table is displayed.
|
| TableTag |
A tag that creates a table component.
|