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 GuiSwingPrefsApplyOptionsGuiSwingRootPane.GuiSwingRootPaneCreator.prefsApplyOptionsprotected GuiSwingPrefsApplyOptionsGuiSwingRootPane.prefsApplyOptionsMethods in org.autogui.swing that return GuiSwingPrefsApplyOptionsModifier and TypeMethodDescriptionGuiSwingRootPane.getPrefsApplyOptions()GuiSwingRootPane.GuiSwingRootPaneCreator.getPrefsApplyOptions()Methods in org.autogui.swing with parameters of type GuiSwingPrefsApplyOptionsModifier and TypeMethodDescriptionvoidGuiSwingPreferences.applyPreferences(GuiSwingPrefsApplyOptions options) static voidGuiSwingView.loadChildren(GuiPreferences prefs, JComponent comp, GuiSwingPrefsApplyOptions options) traverses descendant components and callGuiSwingView.ValuePane.loadSwingPreferences(GuiPreferences, GuiSwingPrefsApplyOptions)voidGuiSwingViewNumberSpinner.NumberSettingAction.loadFrom(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingPreferences.RootView.loadPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingRootPane.loadPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingWindow.loadPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) static voidGuiSwingView.loadPreferencesDefault(JComponent pane, GuiPreferences prefs, GuiSwingPrefsApplyOptions options) load the current value and history values of the prefs to the panedefault voidGuiSwingView.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.voidGuiSwingViewCollectionTable.CollectionTable.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingViewDocumentEditor.PropertyDocumentTextPane.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingViewNumberSpinner.PropertyLabelNumber.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingViewNumberSpinner.PropertyNumberSpinner.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingViewObjectPane.ObjectPane.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingViewTabbedPane.ObjectTabbedPane.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) default voidGuiSwingViewWrapper.ValuePaneWrapper.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) nothing happen in the wrapper pane.static voidGuiSwingView.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 classthe default impl.classa prefs-visitor for constructing prefs-editor GUIGuiSwingPrefsEditor.rootPaneis the top component, aggregating all sub-components of visited prefs, creatd byGuiSwingPreferences.RootView.loadPreferences(GuiPreferences, GuiSwingPrefsApplyOptions)GuiSwingPrefsEditor.contentPaneis the actul aggregation of sub-components, added to the root byGuiSwingPrefsEditor.createRootPane(); While visiting,GuiSwingPrefsEditor.constructionflag is true.GuiSwingPrefsEditor.historyValuesPaneholds the current pane for history-values while construction creating of actual pane for history-values is done byGuiSwingPrefsHistoryValuesall sub-components have ability to notify own changes;GuiSwingPrefsEditor.updatedListenersreceives those notifications.Methods in org.autogui.swing.prefs with parameters of type GuiSwingPrefsApplyOptionsModifier and TypeMethodDescriptionvoidGuiSwingPrefsSupports.WindowPreferencesUpdater.apply(GuiPreferences p, GuiSwingPrefsApplyOptions options) voidGuiSwingPrefsSupports.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 TypeMethodDescriptionvoidGuiSwingTableModelCollection.GuiSwingTableModelColumns.applyPrefsToNonContext(ObjectTableColumn column, GuiSwingPrefsApplyOptions options) voidGuiSwingTableModelCollection.GuiSwingTableModelColumns.loadPrefsTo(GuiPreferences parentPrefs, GuiSwingTableColumn.ObjectTableColumnWithContext column, GuiSwingPrefsApplyOptions options) voidGuiSwingTableColumn.ObjectTableColumnWithContext.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingTableColumnCollection.ObjectTableColumnCollectionWrapper.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingTableColumnString.MultilineColumnTextPane.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidGuiSwingTableModelCollection.GuiSwingTableModelColumns.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options) voidObjectTableColumnValue.loadSwingPreferences(GuiPreferences prefs, GuiSwingPrefsApplyOptions options)