java.lang.Object
org.autogui.swing.GuiSwingViewObjectPane.PreferencesForSplit
- All Implemented Interfaces:
GuiSwingPrefsSupports.Preferences
,GuiSwingPrefsSupports.PreferencesByJsonEntry
- Enclosing class:
GuiSwingViewObjectPane
public static class GuiSwingViewObjectPane.PreferencesForSplit
extends Object
implements GuiSwingPrefsSupports.PreferencesByJsonEntry
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(List<JSplitPane> panes) getKey()
void
set
(List<JSplitPane> panes) void
toJson()
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.GuiSwingPrefsSupports.PreferencesByJsonEntry
loadFrom, loadFromAndToJson, saveTo, setJsonAndSaveTo
-
Field Details
-
splits
-
-
Constructor Details
-
PreferencesForSplit
public PreferencesForSplit()
-
-
Method Details
-
getKey
- Specified by:
getKey
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-
getSplits
- Returns:
- the entry list; modification will be affected to the prefs
- Since:
- 1.7
-
toJson
- Specified by:
toJson
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-
applyTo
-
set
-
setJson
- Specified by:
setJson
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-