Modifier and Type | Method | Description |
---|---|---|
Emky |
Emky._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
static Emky |
Emky.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Emky[] |
Emky.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Emky> |
Emky._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
Application.keyDown(Emky aKeystrokeKeyCodeOrListOfModifierKeyNames) |
Cause the target process to behave as if keys were held down.
|
void |
Application.keyDown(Emky[] aKeystrokeKeyCodeOrListOfModifierKeyNames) |
Cause the target process to behave as if keys were held down.
|
void |
Application.keyUp(Emky aKeystrokeKeyCodeOrListOfModifierKeyNames) |
Cause the target process to behave as if keys were released.
|
void |
Application.keyUp(Emky[] aKeystrokeKeyCodeOrListOfModifierKeyNames) |
Cause the target process to behave as if keys were released.
|