Class ListSortUI.ModelChange

java.lang.Object
org.jdesktop.swingx.plaf.basic.core.ListSortUI.ModelChange
Enclosing class:
ListSortUI

static final class ListSortUI.ModelChange extends 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 Details

    • startModelIndex

      int startModelIndex
    • endModelIndex

      int endModelIndex
    • length

      int length
    • type

      int type
    • modelRowCount

      int modelRowCount
    • allRowsChanged

      boolean allRowsChanged
  • Constructor Details