swingwtx.swing.event
Class ListSelectionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwtx.swing.event.ListSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class ListSelectionEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ListSelectionEvent(java.lang.Object source, int firstIndex, int lastIndex, boolean isAdjusting)
           
 
Method Summary
 int getFirstIndex()
           
 int getLastIndex()
           
 boolean getValueIsAdjusting()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListSelectionEvent

public ListSelectionEvent(java.lang.Object source,
                          int firstIndex,
                          int lastIndex,
                          boolean isAdjusting)
Method Detail

getFirstIndex

public int getFirstIndex()

getLastIndex

public int getLastIndex()

getValueIsAdjusting

public boolean getValueIsAdjusting()