This package contains some tools to support comfortable usage of tables.
E.g. a TableModel
that enables row-sorting and a TableColumnModel
that can be used to hide/show table columns and to remember column order and size.
All these features are gathered in the JTable
derivade JUserFriendlyTable
.
ComparatorTableModel
is an extension of TableModel
that in addition provides
Comparator
objects for the columns of the model.