AbstractSortedTableModel

Package: docking.widgets.table
Type: class

9.2_PUBLIC

addedmethod: cleanupTableSortState
docking.widgets.table.TableSortState cleanupTableSortState(docking.widgets.table.TableSortState state)

9.1_PUBLIC

addedmethod: isSorted
boolean isSorted()

9.0.2_PUBLIC

addedmethod: createSortComparator
java.util.Comparator<T> createSortComparator(int columnIndex)
addedmethod: createSortingContext
docking.widgets.table.TableSortingContext<T> createSortingContext(docking.widgets.table.TableSortState newSortState)
addedmethod: getIndexForRowObject
int getIndexForRowObject(T rowObject)
addedfield: hasEverSorted
boolean hasEverSorted
addedmethod: initializeSorting
void initializeSorting()
addedmethod: notifyModelSorted
void notifyModelSorted(boolean dataChanged)
addedmethod: reSort
void reSort()
addedmethod: setDefaultTableSortState
void setDefaultTableSortState(docking.widgets.table.TableSortState defaultSortState)

9.0.1_PUBLIC

introducedInitial version