Module org.autogui
Package org.autogui.swing.prefs
Class GuiSwingPrefsSupports.WindowPreferencesUpdater
java.lang.Object
org.autogui.swing.prefs.GuiSwingPrefsSupports.WindowPreferencesUpdater
- All Implemented Interfaces:
ComponentListener,EventListener,SettingsWindow.SettingSupport
- Enclosing class:
GuiSwingPrefsSupports
public static class GuiSwingPrefsSupports.WindowPreferencesUpdater
extends Object
implements ComponentListener, SettingsWindow.SettingSupport
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWindowPreferencesUpdater(Window window, GuiMappingContext context) WindowPreferencesUpdater(Window window, GuiMappingContext context, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidapply(GuiPreferences p, GuiSwingPrefsApplyOptions options) voidvoidvoidvoidgetPrefs()voidvoidvoidvoidvoid
-
Field Details
-
window
-
context
-
prefs
-
updater
-
savingDisabled
protected boolean savingDisabled
-
-
Constructor Details
-
WindowPreferencesUpdater
-
WindowPreferencesUpdater
-
-
Method Details
-
setUpdater
-
getPrefs
-
resized
- Specified by:
resizedin interfaceSettingsWindow.SettingSupport
-
moved
- Specified by:
movedin interfaceSettingsWindow.SettingSupport
-
setup
- Specified by:
setupin interfaceSettingsWindow.SettingSupport
-
apply
-
apply
- Parameters:
p- the source prefsoptions- options for applying- Since:
- 1.4
-
sendToUpdater
public void sendToUpdater() -
componentResized
- Specified by:
componentResizedin interfaceComponentListener
-
componentMoved
- Specified by:
componentMovedin interfaceComponentListener
-
componentShown
- Specified by:
componentShownin interfaceComponentListener
-
componentHidden
- Specified by:
componentHiddenin interfaceComponentListener
-