Package org.sikuli.script
Class SX
- java.lang.Object
-
- org.sikuli.script.SX
-
public class SX extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSX.Log
-
Constructor Summary
Constructors Constructor Description SX()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stringinput(Object... args)optionally timed popup (self-vanishing)static booleanisNotNull(Object obj)static booleanisNull(Object obj)static Regionon()static BooleanpopAsk(Object... args)optionally timed popup (self-vanishing)static BooleanpopError(Object... args)optionally timed popup (self-vanishing)static StringpopFile(Object... args)static IntegerpopGeneric(Object... args)optionally timed popup (self-vanishing)static StringpopSelect(Object... args)optionally timed popup (self-vanishing)static Booleanpopup(Object... args)optionally timed popup (self-vanishing)voidreset()
-
-
-
Method Detail
-
input
public static String input(Object... args)
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
popSelect
public static String popSelect(Object... args)
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever, options-list)- Returns:
-
popup
public static Boolean popup(Object... args)
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
popAsk
public static Boolean popAsk(Object... args)
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
popGeneric
public static Integer popGeneric(Object... args)
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
popError
public static Boolean popError(Object... args)
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
on
public static Region on()
-
isNotNull
public static boolean isNotNull(Object obj)
-
isNull
public static boolean isNull(Object obj)
-
reset
public void reset()
-
-