java.lang.Object
org.autogui.swing.GuiSwingViewObjectPane.PreferencesForSplitEntry
- Enclosing class:
GuiSwingViewObjectPane
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPreferencesForSplitEntry
(int dividerLocation, boolean horizontal) PreferencesForSplitEntry
(Map<?, ?> map) -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(JSplitPane pane) void
set
(JSplitPane pane) toJson()
-
Field Details
-
dividerLocation
public int dividerLocation -
horizontal
public boolean horizontal
-
-
Constructor Details
-
PreferencesForSplitEntry
public PreferencesForSplitEntry() -
PreferencesForSplitEntry
public PreferencesForSplitEntry(int dividerLocation, boolean horizontal) -
PreferencesForSplitEntry
- Parameters:
map
- the JSON map for the entry containing "divierLocation" and "horizontal"
-
-
Method Details
-
toJson
-
applyTo
-
set
-