|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
yu.ac.bg.etf.javaqx.qswing.events.ListDataEvent
List Data Event.
Field Summary | |
static int |
CONTENTS_CHANGED
Contents change event. |
static int |
INTERVAL_ADDED
Interval added. |
static int |
INTERVAL_REMOVED
Interval removed. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ListDataEvent(java.lang.Object source,
int type,
int index0,
int index1)
Constructs new ListDataEvent object. |
Method Summary | |
int |
getIndex0()
Returns the lower index of the range. |
int |
getIndex1()
Returns the upper index of the range. |
int |
getType()
Returns event type. |
java.lang.String |
toString()
|
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CONTENTS_CHANGED
public static final int INTERVAL_ADDED
public static final int INTERVAL_REMOVED
Constructor Detail |
public ListDataEvent(java.lang.Object source, int type, int index0, int index1)
source
- the source of the eventtype
- the event typeindex0
- the lower index of the rangeindex1
- the upper index of the range
java.lang.IllegalArgumentException
- if the source is nullMethod Detail |
public int getType()
public int getIndex0()
public int getIndex1()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |