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)