Module org.autogui

Interface GuiSwingPrefsSupports.Preferences

All Known Subinterfaces:
GuiSwingPrefsSupports.PreferencesByJsonEntry
All Known Implementing Classes:
GuiSwingPrefsSupports.PreferencesForFileDialog, GuiSwingPrefsSupports.PreferencesForWindow, GuiSwingTableColumnString.PreferencesForMultilineColumn, GuiSwingTableModelCollection.PreferencesForTableColumnOrder, GuiSwingTableModelCollection.PreferencesForTableColumnOrderStatic, GuiSwingTableModelCollection.PreferencesForTableColumnWidth, GuiSwingTableModelCollection.PreferencesForTableColumnWidthStatic, GuiSwingViewCollectionTable.PreferencesForTable, GuiSwingViewDocumentEditor.DocumentSettingPane, GuiSwingViewDocumentEditor.PreferencesForDocumentSetting, GuiSwingViewNumberSpinner.TypedSpinnerNumberModel, GuiSwingViewNumberSpinner.TypedSpinnerNumberModelWithRepr, GuiSwingViewObjectPane.PreferencesForSplit, GuiSwingViewTabbedPane.PreferencesForTab
Enclosing class:
GuiSwingPrefsSupports

public static interface GuiSwingPrefsSupports.Preferences
  • Method Details

    • loadFromAndChanged

      boolean loadFromAndChanged(GuiPreferences prefs)
      Parameters:
      prefs - the laoding source
      Returns:
      true if a part of the preferences is actually changed
      Since:
      1.8
    • loadFrom

      default void loadFrom(GuiPreferences prefs)
    • saveTo

      void saveTo(GuiPreferences prefs)