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, type
canGoFurther, dumpCommand, dumpError, execute, getLine, getScriptDir, getText, isAwtThread, isToDumpCommand, setScriptDir
public 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