public class KeyShortcutCommand extends TypeCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
POSTFIX |
static java.lang.String |
PREFIX |
CMD_PREFIX| Constructor and Description |
|---|
KeyShortcutCommand(java.lang.String text,
int line) |
| Modifier and Type | Method and Description |
|---|---|
Promise<java.lang.Object> |
_execute(PlaybackContext context) |
containsUnicode, get, getFromShortcut, type, typecanGoFurther, dumpCommand, dumpError, execute, getLine, getScriptDir, getText, isAwtThread, isToDumpCommand, setScriptDirpublic static final java.lang.String PREFIX
public static final java.lang.String POSTFIX
public Promise<java.lang.Object> _execute(PlaybackContext context)
_execute in class AbstractCommand