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

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

Introduction

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

The text is from its open source code.

Field

intCONTENTS_CHANGED
Identifies one or more changes in the lists contents.
intINTERVAL_ADDED
Identifies the addition of one or more contiguous items to the list
intINTERVAL_REMOVED
Identifies the removal of one or more contiguous items from the list

Constructor

Method

intgetIndex0()
Returns the lower index of the range.
intgetIndex1()
Returns the upper index of the range.
ObjectgetSource()
The object on which the Event initially occurred.
intgetType()
Returns the event type.