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.Object
ModelChange 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) boolean
allRowsChanged
(package private) int
endModelIndex
(package private) int
length
(package private) int
modelRowCount
(package private) int
startModelIndex
(package private) int
type
-
Constructor Summary
Constructors Constructor Description ModelChange(javax.swing.event.ListDataEvent e)
-