public abstract class TypeCommand extends AbstractCommand
CMD_PREFIX
Constructor and Description |
---|
TypeCommand(java.lang.String text,
int line,
boolean executeInAwt) |
Modifier and Type | Method and Description |
---|---|
static boolean |
containsUnicode(java.lang.String s) |
protected javax.swing.KeyStroke |
get(char c) |
protected javax.swing.KeyStroke |
getFromShortcut(java.lang.String sc) |
protected void |
type(java.awt.Robot robot,
int code,
int modifiers) |
protected void |
type(java.awt.Robot robot,
javax.swing.KeyStroke keyStroke) |
_execute, canGoFurther, dumpCommand, dumpError, execute, getLine, getScriptDir, getText, isAwtThread, isToDumpCommand, setScriptDir
public TypeCommand(java.lang.String text, int line, boolean executeInAwt)
protected void type(java.awt.Robot robot, int code, int modifiers)
protected void type(java.awt.Robot robot, javax.swing.KeyStroke keyStroke)
protected javax.swing.KeyStroke get(char c)
protected javax.swing.KeyStroke getFromShortcut(java.lang.String sc)
public static boolean containsUnicode(java.lang.String s)