Uses of Interface
org.autogui.swing.prefs.GuiSwingPrefsApplyOptions
Packages that use GuiSwingPrefsApplyOptions
-
Uses of GuiSwingPrefsApplyOptions in org.autogui.swing
Fields in org.autogui.swing declared as GuiSwingPrefsApplyOptionsModifier and TypeFieldDescriptionprotected GuiSwingPrefsApplyOptions
GuiSwingRootPane.GuiSwingRootPaneCreator.prefsApplyOptions
protected GuiSwingPrefsApplyOptions
GuiSwingRootPane.prefsApplyOptions
Methods in org.autogui.swing that return GuiSwingPrefsApplyOptionsModifier and TypeMethodDescriptionGuiSwingRootPane.getPrefsApplyOptions()
GuiSwingRootPane.GuiSwingRootPaneCreator.getPrefsApplyOptions()
Methods in org.autogui.swing with parameters of type GuiSwingPrefsApplyOptionsModifier and TypeMethodDescriptionvoid
GuiSwingPreferences.applyPreferences
(GuiSwingPrefsApplyOptions options) static void
GuiSwingView.loadChildren
(GuiPreferences prefs, JComponent comp, GuiSwingPrefsApplyOptions options) traverses descendant components and callGuiSwingView.ValuePane.loadSwingPreferences(GuiPreferences, GuiSwingPrefsApplyOptions)
void
GuiSwingViewNumberSpinner.NumberSettingAction.loadFrom
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingPreferences.RootView.loadPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingRootPane.loadPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingWindow.loadPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) static void
GuiSwingView.loadPreferencesDefault
(JComponent pane, GuiPreferences prefs, GuiSwingPrefsApplyOptions options) load the current value and history values of the prefs to the panedefault void
GuiSwingView.ValuePane.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) a sub-class which wraps another value-pane should overrides the method in order to omit needless value setting.void
GuiSwingViewCollectionTable.CollectionTable.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingViewDocumentEditor.PropertyDocumentTextPane.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingViewNumberSpinner.PropertyLabelNumber.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingViewNumberSpinner.PropertyNumberSpinner.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingViewObjectPane.ObjectPane.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingViewTabbedPane.ObjectTabbedPane.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) default void
GuiSwingViewWrapper.ValuePaneWrapper.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) nothing happen in the wrapper pane.static void
GuiSwingView.setLastHistoryValue
(GuiPreferences prefs, GuiSwingView.ValuePane<Object> pane, GuiSwingPrefsApplyOptions options) obtainGuiPreferences.getCurrentValue()
or a last value ofGuiPreferences.getHistoryValues()
(only when the contextGuiMappingContext.isHistoryValueStored(Object)
with null), and set the value byGuiSwingView.ValuePane.setSwingViewHistoryValue(Object)
.GuiSwingRootPane.GuiSwingRootPaneCreator.withPrefsApplyOptions
(GuiSwingPrefsApplyOptions prefsApplyOptions) GuiSwingWindow.GuiSwingWindowCreator.withPrefsApplyOptions
(GuiSwingPrefsApplyOptions prefsApplyOptions) Constructors in org.autogui.swing with parameters of type GuiSwingPrefsApplyOptionsModifierConstructorDescriptionGuiSwingRootPane
(GuiMappingContext context, GuiSwingView view, GuiSwingKeyBinding keyBinding, boolean logStatus, SettingsWindow settingsWindow, GuiSwingPrefsApplyOptions prefsApplyOptions) -
Uses of GuiSwingPrefsApplyOptions in org.autogui.swing.prefs
Classes in org.autogui.swing.prefs that implement GuiSwingPrefsApplyOptionsModifier and TypeClassDescriptionstatic class
the default impl.class
a prefs-visitor for constructing prefs-editor GUIGuiSwingPrefsEditor.rootPane
is the top component, aggregating all sub-components of visited prefs, creatd byGuiSwingPreferences.RootView.loadPreferences(GuiPreferences, GuiSwingPrefsApplyOptions)
GuiSwingPrefsEditor.contentPane
is the actul aggregation of sub-components, added to the root byGuiSwingPrefsEditor.createRootPane()
; While visiting,GuiSwingPrefsEditor.construction
flag is true.GuiSwingPrefsEditor.historyValuesPane
holds the current pane for history-values while construction creating of actual pane for history-values is done byGuiSwingPrefsHistoryValues
all sub-components have ability to notify own changes;GuiSwingPrefsEditor.updatedListeners
receives those notifications.Methods in org.autogui.swing.prefs with parameters of type GuiSwingPrefsApplyOptionsModifier and TypeMethodDescriptionvoid
GuiSwingPrefsSupports.WindowPreferencesUpdater.apply
(GuiPreferences p, GuiSwingPrefsApplyOptions options) void
GuiSwingPrefsSupports.PreferencesForWindow.applyTo
(Window window, GuiSwingPrefsApplyOptions options) -
Uses of GuiSwingPrefsApplyOptions in org.autogui.swing.table
Methods in org.autogui.swing.table with parameters of type GuiSwingPrefsApplyOptionsModifier and TypeMethodDescriptionvoid
GuiSwingTableModelCollection.GuiSwingTableModelColumns.applyPrefsToNonContext
(ObjectTableColumn column, GuiSwingPrefsApplyOptions options) void
GuiSwingTableModelCollection.GuiSwingTableModelColumns.loadPrefsTo
(GuiPreferences parentPrefs, GuiSwingTableColumn.ObjectTableColumnWithContext column, GuiSwingPrefsApplyOptions options) void
GuiSwingTableColumn.ObjectTableColumnWithContext.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingTableColumnCollection.ObjectTableColumnCollectionWrapper.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
GuiSwingTableModelCollection.GuiSwingTableModelColumns.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) void
ObjectTableColumnValue.loadSwingPreferences
(GuiPreferences prefs, GuiSwingPrefsApplyOptions options)