TableSortState

Package: docking.widgets.table
Type: class

11.3_PUBLIC

modifiedmethod: createDefaultSortState
param 1 renamed: columnIndex → columnModelIndex
- static docking.widgets.table.TableSortState createDefaultSortState(int columnIndex, boolean isAscending)
+ static docking.widgets.table.TableSortState createDefaultSortState(int columnModelIndex, boolean isAscending)
modifiedmethod: createDefaultSortState
param 1 renamed: columnIndex → columnModelIndex
- static docking.widgets.table.TableSortState createDefaultSortState(int columnIndex)
+ static docking.widgets.table.TableSortState createDefaultSortState(int columnModelIndex)
modifiedmethod: getColumnSortState
param 1 renamed: columnIndex → columnModelIndex
- docking.widgets.table.ColumnSortState getColumnSortState(int columnIndex)
+ docking.widgets.table.ColumnSortState getColumnSortState(int columnModelIndex)

9.1_PUBLIC

addedmethod: createUnsortedSortState
static docking.widgets.table.TableSortState createUnsortedSortState()
addedmethod: isUnsorted
boolean isUnsorted()

9.0.1_PUBLIC

introducedInitial version