Uses of Class
org.autogui.swing.GuiSwingPreferences
Packages that use GuiSwingPreferences
-
Uses of GuiSwingPreferences in org.autogui.swing
Fields in org.autogui.swing declared as GuiSwingPreferencesModifier and TypeFieldDescriptionprotected GuiSwingPreferences
GuiSwingPreferences.ApplyPrefsAction.owner
protected GuiSwingPreferences
GuiSwingPreferences.DeletePrefsAction.owner
protected GuiSwingPreferences
GuiSwingPreferences.DuplicatePrefsAction.owner
protected GuiSwingPreferences
GuiSwingPreferences.LoadPrefsAction.owner
protected GuiSwingPreferences
GuiSwingPreferences.NewPrefsAction.owner
protected GuiSwingPreferences
GuiSwingPreferences.SavePrefsAction.owner
protected GuiSwingPreferences
GuiSwingPreferences.UpdatePrefsAction.owner
protected GuiSwingPreferences
GuiSwingPreferences.PrefsApplyMenu.preferences
protected GuiSwingPreferences
GuiSwingRootPane.preferences
Fields in org.autogui.swing with type parameters of type GuiSwingPreferencesModifier and TypeFieldDescriptionprotected Supplier
<GuiSwingPreferences> GuiSwingRootPane.ShowPreferencesAction.preferences
Methods in org.autogui.swing that return GuiSwingPreferencesModifier and TypeMethodDescriptionGuiSwingRootPane.getPreferences()
GuiSwingWindow.getPreferences()
Constructors in org.autogui.swing with parameters of type GuiSwingPreferencesModifierConstructorDescriptionApplySpecifiedPrefsAction
(GuiSwingPreferences owner, GuiPreferences targetPrefs) PrefsApplyMenu
(GuiSwingPreferences preferences) Constructor parameters in org.autogui.swing with type arguments of type GuiSwingPreferencesModifierConstructorDescriptionShowPreferencesAction
(Supplier<GuiSwingPreferences> preferences, JComponent sender)