Package org.sikuli.basics
Class PreferencesUser
java.lang.Object
org.sikuli.basics.PreferencesUser
public class PreferencesUser extends Object
-
Field Summary
Fields Modifier and Type Field Description static intAUTO_NAMING_OCRstatic intAUTO_NAMING_OFFstatic intAUTO_NAMING_TIMESTAMPstatic StringDEFAULT_CONSOLE_CSSstatic intHORIZONTALstatic intNEWBEEstatic intnostatic StringOLD_DEFAULT_CONSOLE_CSSstatic intSCRIPTERstatic intSIKULI_USERstatic intTHUMB_HEIGHTstatic intUNKNOWNstatic intVERTICALstatic intyes -
Method Summary
-
Field Details
-
yes
public static final int yes- See Also:
- Constant Field Values
-
no
public static final int no- See Also:
- Constant Field Values
-
AUTO_NAMING_TIMESTAMP
public static final int AUTO_NAMING_TIMESTAMP- See Also:
- Constant Field Values
-
AUTO_NAMING_OCR
public static final int AUTO_NAMING_OCR- See Also:
- Constant Field Values
-
AUTO_NAMING_OFF
public static final int AUTO_NAMING_OFF- See Also:
- Constant Field Values
-
HORIZONTAL
public static final int HORIZONTAL- See Also:
- Constant Field Values
-
VERTICAL
public static final int VERTICAL- See Also:
- Constant Field Values
-
UNKNOWN
public static final int UNKNOWN- See Also:
- Constant Field Values
-
NEWBEE
public static final int NEWBEE- See Also:
- Constant Field Values
-
SCRIPTER
public static final int SCRIPTER- See Also:
- Constant Field Values
-
SIKULI_USER
public static final int SIKULI_USER- See Also:
- Constant Field Values
-
THUMB_HEIGHT
public static final int THUMB_HEIGHT- See Also:
- Constant Field Values
-
OLD_DEFAULT_CONSOLE_CSS
- See Also:
- Constant Field Values
-
DEFAULT_CONSOLE_CSS
- See Also:
- Constant Field Values
-
-
Method Details
-
get
-
save
-
load
-
remove
-
removeAll
-
reset
public void reset() -
store
public void store() -
addPreferenceChangeListener
-
setUserType
public void setUserType(int typ) -
getUserType
public int getUserType() -
setCaptureHotkey
public void setCaptureHotkey(int hkey) -
getCaptureHotkey
public int getCaptureHotkey() -
setCaptureHotkeyModifiers
public void setCaptureHotkeyModifiers(int mod) -
getCaptureHotkeyModifiers
public int getCaptureHotkeyModifiers() -
setCaptureDelay
public void setCaptureDelay(double v) -
getCaptureDelay
public double getCaptureDelay() -
setStopHotkey
public void setStopHotkey(int hkey) -
getStopHotkey
public int getStopHotkey() -
setStopHotkeyModifiers
public void setStopHotkeyModifiers(int mod) -
getStopHotkeyModifiers
public int getStopHotkeyModifiers() -
setExpandTab
public void setExpandTab(boolean flag) -
getExpandTab
public boolean getExpandTab() -
setTabWidth
public void setTabWidth(int width) -
getTabWidth
public int getTabWidth() -
getTabWhitespace
-
setFontSize
public void setFontSize(int size) -
getFontSize
public int getFontSize() -
setFontName
-
getFontName
-
setLocale
-
getLocale
-
setAutoNamingMethod
public void setAutoNamingMethod(int m) -
getAutoNamingMethod
public int getAutoNamingMethod() -
setDefaultThumbHeight
public void setDefaultThumbHeight(int h) -
resetDefaultThumbHeight
public void resetDefaultThumbHeight() -
getDefaultThumbHeight
public int getDefaultThumbHeight() -
setAutoCaptureForCmdButtons
public void setAutoCaptureForCmdButtons(boolean flag) -
getAutoCaptureForCmdButtons
public boolean getAutoCaptureForCmdButtons() -
setAtSaveMakeHTML
public void setAtSaveMakeHTML(boolean flag) -
getAtSaveMakeHTML
public boolean getAtSaveMakeHTML() -
setAtSaveCleanBundle
public void setAtSaveCleanBundle(boolean flag) -
getAtSaveCleanBundle
public boolean getAtSaveCleanBundle() -
setPrefMoreRunSave
public void setPrefMoreRunSave(boolean flag) -
getPrefMoreRunSave
public boolean getPrefMoreRunSave() -
setPrefMoreHighlight
public void setPrefMoreHighlight(boolean flag) -
getPrefMoreHighlight
public boolean getPrefMoreHighlight() -
setCheckUpdate
public void setCheckUpdate(boolean flag) -
getCheckUpdate
public boolean getCheckUpdate() -
setLastSeenUpdate
-
getLastSeenUpdate
-
setCheckUpdateTime
public void setCheckUpdateTime() -
getCheckUpdateTime
public long getCheckUpdateTime() -
setIdeSize
-
getIdeSize
-
setIdeLocation
-
getIdeLocation
-
setPrefMoreImageThumbs
public void setPrefMoreImageThumbs(boolean flag) -
getPrefMoreImageThumbs
public boolean getPrefMoreImageThumbs() -
setPrefMorePlainText
public void setPrefMorePlainText(boolean flag) -
getPrefMorePlainText
public boolean getPrefMorePlainText() -
setIdeSession
-
getIdeSession
-
setPrefMoreImages
public void setPrefMoreImages(boolean flag) -
getPrefMoreImages
public boolean getPrefMoreImages() -
setPrefMoreImagesPath
-
getPrefMoreImagesPath
-
setPrefMoreMessage
public void setPrefMoreMessage(int typ) -
getPrefMoreMessage
public int getPrefMoreMessage() -
setPrefMoreLogActions
public void setPrefMoreLogActions(boolean flag) -
getPrefMoreLogActions
public boolean getPrefMoreLogActions() -
setPrefMoreLogInfo
public void setPrefMoreLogInfo(boolean flag) -
getPrefMoreLogInfo
public boolean getPrefMoreLogInfo() -
setPrefMoreLogDebug
public void setPrefMoreLogDebug(boolean flag) -
getPrefMoreLogDebug
public boolean getPrefMoreLogDebug() -
setConsoleCSS
-
getConsoleCSS
-
put
-
get
-
setDefaults
public void setDefaults()
-