| Class | Description |
|---|---|
| BooleanCellRenderer |
BooleanCellRenderer is a table cell renderer whose horizontal and vertical
alignment properties can be set.
|
| ColumnIdentifier |
ColumnIdentifier is a object used to store meta data for a column within
a PFCTable.
|
| DecimalRenderer |
Table cell renderer for a decimal text field.
|
| LabelCellRenderer |
LabelCellRenderer is a table cell renderer whose horizontal and vertical
alignment properties can be set.
|
| ListTableModel |
A table model the uses the List object from the collections api.
|
| MultiLineCellRenderer |
MultiLineCellRenderer is a table cell renderer which creates multi-line
rows for a given table.
|
| MultiLineColumnHeaderRenderer |
MultiLineColumnRenderer is a table cell renderer which creates multi-line
column headers for a given table.
|
| PFCTable |
PFCTable is a simple wrapper class for JTable, which adds sorting capabilities.
|
| SortColumnRenderer |
SortColumnReneder is a TableCellRenderer for a JTable which places an icon,
indicating the sort order, on the column header.
|
| SortTableCompare |
An abstract class used by the SortTableController for assigning a Comparator
to an object.
|
| SortTableController |
A controller class for sorting a SortTableModel.
|
| SortTableModel |
SortTableModel is the model used with SortTableController to provide
sorting functionality to a PFCTable.
|
| TableSortRoutines |
TableSortRoutines is an object which contains sort methods
used by SortTableController.
|
Copyright © 2003, 2023, Oracle and/or its affiliates.