Java javax.swing.event ListSelectionEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.event ListSelectionEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.event ListSelectionEvent.

The text is from its open source code.

Constructor

ListSelectionEvent(Object source, int firstIndex, int lastIndex, boolean isAdjusting)
Represents a change in selection status between firstIndex and lastIndex , inclusive.

Method

intgetFirstIndex()
Returns the index of the first row whose selection may have changed.
intgetLastIndex()
Returns the index of the last row whose selection may have changed.
ObjectgetSource()
The object on which the Event initially occurred.
booleangetValueIsAdjusting()
Returns whether or not this is one in a series of multiple events, where changes are still being made.
StringtoString()
Returns a String that displays and identifies this object's properties.