|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortableTableModel | |
|---|---|
| com.antelmann.util.table | This package provides useful additions to TableModels and contains classes to ease development with Swing tables. |
| Uses of SortableTableModel in com.antelmann.util.table |
|---|
| Methods in com.antelmann.util.table that return SortableTableModel | |
|---|---|
SortableTableModel |
JFilteredTableComponent.getSortableTableModel()
this model is the model of the table; it embeds the FilteredTableModel |
static SortableTableModel |
TableUtils.makeSortable(JTable table,
Comparator<?>... comp)
|
static SortableTableModel |
TableUtils.makeSortable(JTable table,
List<Comparator<?>> comp)
wraps the TableModel with a SortableTableModel, replaces the model of the table with the same and registers a MouseListener on the table header to support sorting. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||