Class ListSelectionEvent64

  • All Implemented Interfaces:
    java.io.Serializable

    public class ListSelectionEvent64
    extends javax.swing.event.ListSelectionEvent
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long firstIndex  
      private long lastIndex  
      private static long serialVersionUID  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ListSelectionEvent64​(java.lang.Object source, long firstIndex, long lastIndex, boolean isAdjusting)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getFirstIndex64()  
      long getLastIndex64()  
      java.lang.String toString()  
      • Methods inherited from class javax.swing.event.ListSelectionEvent

        getFirstIndex, getLastIndex, getValueIsAdjusting
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

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

      • firstIndex

        private long firstIndex
      • lastIndex

        private long lastIndex
    • Constructor Detail

      • ListSelectionEvent64

        public ListSelectionEvent64​(java.lang.Object source,
                                    long firstIndex,
                                    long lastIndex,
                                    boolean isAdjusting)
    • Method Detail

      • getFirstIndex64

        public long getFirstIndex64()
      • getLastIndex64

        public long getLastIndex64()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class javax.swing.event.ListSelectionEvent