TableSortState

Package: docking.widgets.table
Type: class

12.1_PUBLIC

addedmethod: restoreFromXML
static docking.widgets.table.TableSortState restoreFromXML(org.jdom2.Element element)
modifiedmethod: writeToXML
return type: Element → Element
- org.jdom.Element writeToXML()
+ org.jdom2.Element writeToXML()
removedmethod: restoreFromXML
static docking.widgets.table.TableSortState restoreFromXML(org.jdom.Element element)

11.3_PUBLIC

modifiedmethod: createDefaultSortState
param 1 renamed: columnIndex → columnModelIndex
- static docking.widgets.table.TableSortState createDefaultSortState(int columnIndex)
+ static docking.widgets.table.TableSortState createDefaultSortState(int columnModelIndex)
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: 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