Uses of Class
org.jdesktop.swingx.plaf.basic.core.ListSortUI.ModelChange
-
Packages that use ListSortUI.ModelChange Package Description org.jdesktop.swingx.plaf.basic.core -
-
Uses of ListSortUI.ModelChange in org.jdesktop.swingx.plaf.basic.core
Methods in org.jdesktop.swingx.plaf.basic.core with parameters of type ListSortUI.ModelChange Modifier and Type Method Description private intListSortUI. convertRowIndexToView(ListSortUI.ModelChange change, int modelIndex)Converts a model index to view index.private voidListSortUI. notifySorter(ListSortUI.ModelChange change)Notifies the sorter of a change in the underlying model.private voidListSortUI. prepareForChange(ListSortUI.ModelChange change)Invoked when the list model has changed.private voidListSortUI. processChange(ListSortUI.ModelChange change)Inovked when either the table has changed or the sorter has changed and after the sorter has been notified.private voidListSortUI. restoreSelection(ListSortUI.ModelChange change)Restores the selection from that in terms of the model.private voidListSortUI. restoreSortingSelection(int[] selection, int lead, ListSortUI.ModelChange change)Restores the selection after a model event/sort order changes.
-