Module org.autogui

Class GuiSwingViewObjectPane.PreferencesForSplitEntry

java.lang.Object
org.autogui.swing.GuiSwingViewObjectPane.PreferencesForSplitEntry
Enclosing class:
GuiSwingViewObjectPane

public static class GuiSwingViewObjectPane.PreferencesForSplitEntry extends Object
  • Field Details

    • dividerLocation

      public int dividerLocation
    • horizontal

      public boolean horizontal
  • Constructor Details

    • PreferencesForSplitEntry

      public PreferencesForSplitEntry()
    • PreferencesForSplitEntry

      public PreferencesForSplitEntry(int dividerLocation, boolean horizontal)
    • PreferencesForSplitEntry

      public PreferencesForSplitEntry(Map<?,?> map)
      Parameters:
      map - the JSON map for the entry containing "divierLocation" and "horizontal"
  • Method Details