|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.swath.event.HotKeyReleased
public final class HotKeyReleased
The HotKeyReleased event.
Posted: When a hot key is released.
HotKeyPressed| Field Summary | |
|---|---|
static int |
MOD_FLAG_ALT
The ALT modifier flag. |
static int |
MOD_FLAG_CTRL
The CTRL modifier flag. |
static int |
MOD_FLAG_SHIFT
The SHIFT modifier flag. |
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Gets the event class name. |
int |
getKey()
Gets the key that was released. |
int |
getModifiers()
Gets the key modifiers that were in use. |
boolean |
isEventClass(java.lang.Class eventClass)
Indicates if this event matches a given event class. |
boolean |
isUserDefined()
Indicates if this event is user defined or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MOD_FLAG_SHIFT
public static final int MOD_FLAG_CTRL
public static final int MOD_FLAG_ALT
| Method Detail |
|---|
public int getKey()
public int getModifiers()
MOD_FLAG_SHIFT,
MOD_FLAG_CTRL,
MOD_FLAG_ALTpublic final boolean isEventClass(java.lang.Class eventClass)
EventIfc
isEventClass in interface EventIfceventClass - The event class.
true if this event is of the same class,
otherwise false.public final boolean isUserDefined()
EventIfc
isUserDefined in interface EventIfctrue if user defined, otherwise false.public final java.lang.String getClassName()
EventIfc
getClassName in interface EventIfc
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||