Module org.autogui
Package org.autogui.swing.prefs
Class GuiSwingPrefsApplyOptions.PrefsApplyOptionsDefault
java.lang.Object
org.autogui.swing.prefs.GuiSwingPrefsApplyOptions.PrefsApplyOptionsDefault
- All Implemented Interfaces:
GuiSwingPrefsApplyOptions
- Enclosing interface:
GuiSwingPrefsApplyOptions
public static class GuiSwingPrefsApplyOptions.PrefsApplyOptionsDefault
extends Object
implements GuiSwingPrefsApplyOptions
the default impl. of options at prefs loading
- Since:
- 1.4
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.autogui.swing.prefs.GuiSwingPrefsApplyOptions
GuiSwingPrefsApplyOptions.PrefsApplyOptionsDefault, GuiSwingPrefsApplyOptions.PrefsApplyOptionsLoadingTargetType
-
Field Summary
FieldsFields inherited from interface org.autogui.swing.prefs.GuiSwingPrefsApplyOptions
APPLY_OPTIONS_DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.prefs.GuiSwingPrefsApplyOptions
addHistoryValue, apply, apply, apply, apply, apply, applyTo, applyTo, begin, end, hasHistoryValues, isSavingAsCurrentPreferencesInColumns, loadFrom, loadFrom, loadFrom, loadFrom, loadFromAndApplyTo, loadFromAndApplyTo, loadFromPrefs, setLastHistoryValueByPrefsJsonSupported, setLastHistoryValueBySwingViewHistoryValue, setLastHistoryValueBySwingViewHistoryValue
-
Field Details
-
init
protected boolean init -
skippingValue
protected boolean skippingValue
-
-
Constructor Details
-
PrefsApplyOptionsDefault
public PrefsApplyOptionsDefault(boolean init, boolean skippingValue)
-
-
Method Details
-
isInit
public boolean isInit()- Specified by:
isInit
in interfaceGuiSwingPrefsApplyOptions
- Returns:
- true if the loading processing is the initial time; then the window location might be set
-
isSkippingValue
public boolean isSkippingValue()- Specified by:
isSkippingValue
in interfaceGuiSwingPrefsApplyOptions
- Returns:
- if true, skipping setting object properties
-