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 TypeMethodDescriptionvoid
void
apply
(GuiPreferences p, GuiSwingPrefsApplyOptions options) void
void
void
void
getPrefs()
void
void
void
void
void
-
Field Details
-
window
-
context
-
prefs
-
updater
-
savingDisabled
protected boolean savingDisabled
-
-
Constructor Details
-
WindowPreferencesUpdater
-
WindowPreferencesUpdater
-
-
Method Details
-
setUpdater
-
getPrefs
-
resized
- Specified by:
resized
in interfaceSettingsWindow.SettingSupport
-
moved
- Specified by:
moved
in interfaceSettingsWindow.SettingSupport
-
setup
- Specified by:
setup
in interfaceSettingsWindow.SettingSupport
-
apply
-
apply
- Parameters:
p
- the source prefsoptions
- options for applying- Since:
- 1.4
-
sendToUpdater
public void sendToUpdater() -
componentResized
- Specified by:
componentResized
in interfaceComponentListener
-
componentMoved
- Specified by:
componentMoved
in interfaceComponentListener
-
componentShown
- Specified by:
componentShown
in interfaceComponentListener
-
componentHidden
- Specified by:
componentHidden
in interfaceComponentListener
-