|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ultraswing.CListReportCtrlEvent
An Event object that provides information about the source of a CListReportCtrl-related event.
Field Summary | |
static int |
KEY_DOWN_EVENT
|
static int |
KEY_UP_EVENT
|
static int |
MOUSE_CLICK_EVENT
|
static int |
MOUSE_DOUBLE_CLICK_EVENT
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CListReportCtrlEvent(Object source,
int type,
int firstIndex,
int lastIndex)
Constructs a CListReportCtrlEvent Event. |
Method Summary | |
int |
getFirstIndex()
Returns the index of the first row whose selection may have changed. |
int |
getLastIndex()
Returns the index of the last row whose selection may have changed. |
int |
getModifiers()
Returns the modifier keys for this event. |
int |
getType()
Returns the event type |
String |
getTypeString()
Returns the string format of event type |
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 KEY_UP_EVENT
public static final int KEY_DOWN_EVENT
public static final int MOUSE_CLICK_EVENT
public static final int MOUSE_DOUBLE_CLICK_EVENT
Constructor Detail |
public CListReportCtrlEvent(Object source, int type, int firstIndex, int lastIndex)
source
- The object on which the Event initially occurredtype
- event typefirstIndex
- first row indexlastIndex
- last row indexMethod Detail |
public int getType()
public String getTypeString()
public int getModifiers()
public int getFirstIndex()
public int getLastIndex()
public String toString()
toString
in class EventObject
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |