Class 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.

    • Constructor Summary

      Constructors 
      Constructor Description
      ModelChange​(javax.swing.event.ListDataEvent e)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startModelIndex

        int startModelIndex
      • endModelIndex

        int endModelIndex
      • length

        int length
      • type

        int type
      • modelRowCount

        int modelRowCount
      • allRowsChanged

        boolean allRowsChanged
    • Constructor Detail

      • ModelChange

        public ModelChange​(javax.swing.event.ListDataEvent e)