Class ListSortUI.ModelChange
- java.lang.Object
-
- org.jdesktop.swingx.plaf.basic.core.ListSortUI.ModelChange
-
- Enclosing class:
- ListSortUI
static final class ListSortUI.ModelChange extends java.lang.ObjectModelChange is used when sorting to restore state, it corresponds to data from a TableModelEvent. The values are precalculated as they are used extensively.PENDING JW: this is not yet fully adapted to ListDataEvent.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanallRowsChanged(package private) intendModelIndex(package private) intlength(package private) intmodelRowCount(package private) intstartModelIndex(package private) inttype
-
Constructor Summary
Constructors Constructor Description ModelChange(javax.swing.event.ListDataEvent e)
-