| Class | Description |
|---|---|
| CustomizedTableHeader |
A table header that allows adding custom components over the usual table
header, and maintains the appropriate size for these components
|
| GenericTableModel |
Simple implementation of a generic table model that operates on objects
using getters and setters.
|
| MultiColumnRegexFilter |
A class that creates a table filter for multiple columns.
|
| RowFilters |
Methods related to row filters
|
| TableActions |
Methods for creating actions that operate on a table, for example, to
change the selection state.
|
| ToolTipTableHeader |
A JTable header that shows a tooltip with the column name
|
| TristateTableRowSorter<M extends TableModel> |
Implementation of a TableRowSorter that does not only toggle between
ASCENDING and DESCENDING, but between ASCENDING, DESCENDING and
"unsorted"
|
Copyright © 2022. All rights reserved.