API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. ListSelectionEvent View Source
Author(s)
Hans Muller
Ray Ryan
Since
Version
1.23 07/11/06
Serial
Hierarchy
 Object
      EventObject
          ListSelectionEvent
Implements
Subclasses
Description
public class ListSelectionEvent
  An event that characterizes a change in selection.
See also:    ListSelectionModel
Constructors
public ListSelectionEvent (Object source, int firstIndex, int lastIndex, boolean isAdjusting)
  Represents a change in selection status between firstIndex and lastIndex, inclusive.
Methods
Hide/Show inherited methods
public int getFirstIndex ()
  Returns the index of the first row whose selection may have changed.
public int getLastIndex ()
  Returns the index of the last row whose selection may have changed.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public boolean getValueIsAdjusting ()
  Returns whether or not this is one in a series of multiple events, where changes are still being made.
public String toString () [Overrides EventObject]
  Returns a String that displays and identifies this object's properties.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar