javax.swing.event
Class ListSelectionEvent
java.lang.Object
|
+--java.util.EventObject
|
+--javax.swing.event.ListSelectionEvent
ListSelectionEvent
Authors:- Andrew Selkirk
- Ronald Veldema
ListSelectionEvent
public ListSelectionEvent(java.lang.Object source, int firstIndex, int lastIndex, boolean isAdjusting)
Constructor ListSelectionEvent
Parameters:
getFirstIndex
public int getFirstIndex()
getFirstIndex
getLastIndex
public int getLastIndex()
getLastIndex
getValueIsAdjusting
public boolean getValueIsAdjusting()
getValueIsAdjusting
toString
public String toString()
String representation