public class GUIEvent extends Event
| Modifier and Type | Field and Description |
|---|---|
static int |
ESCAPE |
active, ALTKEY, BUTTON, BUTTONS, CLIENTX, CLIENTY, CODE, CTRKEY, CURRENT_TARGET, currentTarget, event, EVENT, EVENT_TYPE, eventType, id, ID, LAYERX, LAYERY, MOVEMENTX, MOVEMENTY, OFFSETX, OFFSETY, PAGEX, PAGEY, properties, SCREENX, SCREENY, SHIFTKEY, TIME_STAMP, timeStamp, TYPE, X, YEND, STARTALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, CASESENSITIVE, flag, MAP, READONLY, REMOVED, VISIBLENEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATE| Constructor and Description |
|---|
GUIEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.lang.Object e) |
void |
changed(java.lang.Object observable,
java.lang.Object oldValue,
java.lang.Object newValue) |
static GUIEvent |
create(java.lang.Object obj) |
int |
getCode() |
ObjectCondition |
getListener() |
void |
handle(java.lang.Object event) |
void |
invalidated(java.lang.Object event) |
boolean |
isSubEventName(java.lang.String name) |
ObjectCondition |
match(java.lang.Object other) |
GUIEvent |
withCode(int value) |
GUIEvent |
withListener(ObjectCondition value) |
getCurrentTarget, getEvent, getEventType, getId, getProperties, getSendableInstance, getTimeStamp, getValue, isActive, setValue, setValueaddToList, create, getElementBy, getJsonArray, getJsonObject, getNewList, has, parseItem, setType, toString, toString, withEntity, withKeyValue, withKeyValue, without, withTokener, withValue, withValueadd, add, add, addToKeyValue, comparator, containsKey, containsValue, copyEntity, entrySet, equals, get, getBoolean, getDouble, getInt, getKey, getKeyByIndex, getLong, getPositionValue, getString, getString, getValueByIndex, increment, indexOfValue, isComparator, iterator, keyIterator, keySet, put, putAll, remove, removeByIndex, removePos, replaceAllValues, setValue, setValueItem, values, valuesArrayIntern, with, withComparator, withKeyValueString, withList, withMap, withMultIndexaddHashItem, addKeyValue, checkValue, clear, contains, containsAll, containsAll, fireProperty, first, flag, get, getByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, removeAll, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, subList, toArray, toArray, toString, with, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisibleclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetKeyByIndex, getString, getValue, getValueByIndex, put, setAllowEmptyValuepublic static final int ESCAPE
public GUIEvent withListener(ObjectCondition value)
public void handle(java.lang.Object event)
public void invalidated(java.lang.Object event)
public void actionPerformed(java.lang.Object e)
public void changed(java.lang.Object observable,
java.lang.Object oldValue,
java.lang.Object newValue)
public boolean isSubEventName(java.lang.String name)
public ObjectCondition match(java.lang.Object other)
public static GUIEvent create(java.lang.Object obj)
public ObjectCondition getListener()
public GUIEvent withCode(int value)
public int getCode()