Modifier and Type | Method | Description |
---|---|---|
Emds |
Emds._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
static Emds |
Emds.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Emds[] |
Emds.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Emds> |
Emds._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
void |
Application.keyCode(int[] theKeyCodeSToBeSentMayBeAList,
Emds modifiersWithWhichTheKeyCodesAreToBeEntered) |
Cause the target process to behave as if key codes were entered.
|
void |
Application.keyCode(int theKeyCodeSToBeSentMayBeAList,
Emds modifiersWithWhichTheKeyCodesAreToBeEntered) |
Cause the target process to behave as if key codes were entered.
|
void |
Application.keystroke(String theKeystrokesToBeSent,
Emds modifiersWithWhichTheKeystrokesAreToBeEntered) |
Cause the target process to behave as if keystrokes were entered.
|