- All Known Implementing Classes:
GuiSwingRootPane
,GuiSwingWindow
- Enclosing class:
GuiSwingPreferences
public static interface GuiSwingPreferences.RootView
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
loadPreferences
(GuiPreferences prefs) void
loadPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
savePreferences
(GuiPreferences prefs)
-
Method Details
-
getContext
GuiMappingContext getContext() -
getViewComponent
JComponent getViewComponent() -
loadPreferences
-
loadPreferences
- Parameters:
prefs
- the source prefsoptions
- options for applying (GuiSwingPrefsApplyOptions.APPLY_OPTIONS_DEFAULT
forloadPreferences(GuiPreferences)
that are all false)- Since:
- 1.4
-
savePreferences
-