| Field Summary | |
|---|---|
| static String | Event type published just after a hot key is invoked. |
| Method Summary | |
|---|---|
| void | destroy() Destroys this hot key. |
| int | Returns the keycode that this hot key responds to. |
| Object | Invokes this hot key by executing its callback function. |
| boolean | Returns whether this hot key had been destoyed. |
| boolean | Returns whether this hot key is enabled. |
| boolean | isMatch(objEvent : jsx3.gui.Event) Returns whether this hot key should be invoked for the keydown event objEvent. |
| static int | keyDownCharToCode(strChar : String) Converts the string representation of a keyboard key to an integer keycode. |
| void | setEnabled(bEnabled : boolean) Sets whether this hot key is enabled. |
| String | toString() |
| static jsx3.gui.HotKey | |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Method Detail |
|---|
WAS_INVOKED
event through the event dispatcher interface.objEvent.jsx3.gui.Event of type keydown.
The following string representations are supported:
A-Z, a-z, 0-9
";,./'[]\-=`"
F1-F15
enter, esc, tab, del, space,
backspace, up, down, left, right,
insert, home, end, pgup, pgdn.false to
this method.