Class DeltaListSelectionModel.DeltaListSelectionEvent

java.lang.Object
java.util.EventObject
javax.swing.event.ListSelectionEvent
ca.spatial.table.DeltaListSelectionModel.DeltaListSelectionEvent
All Implemented Interfaces:
Serializable
Enclosing class:
DeltaListSelectionModel

public static class DeltaListSelectionModel.DeltaListSelectionEvent extends ListSelectionEvent
See Also:
Serialized Form
  • Constructor Details

    • DeltaListSelectionEvent

      public DeltaListSelectionEvent(Object source, int firstIndex, int lastIndex, boolean isAdjusting, BitSet changed)
  • Method Details

    • getChanged

      public BitSet getChanged()