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