Uses of Class
org.autogui.swing.util.SettingsWindow
Packages that use SettingsWindow
-
Uses of SettingsWindow in org.autogui.swing
Fields in org.autogui.swing declared as SettingsWindowModifier and TypeFieldDescriptionprotected SettingsWindow
GuiSwingPreferences.settingsWindow
protected SettingsWindow
GuiSwingRootPane.GuiSwingRootPaneCreator.settingsWindow
protected SettingsWindow
GuiSwingRootPane.settingsWindow
protected SettingsWindow
GuiSwingViewCollectionTable.CollectionTable.settingsWindow
protected SettingsWindow
GuiSwingViewDocumentEditor.PropertyDocumentEditorPane.settingsWindow
protected SettingsWindow
GuiSwingViewDocumentEditor.PropertyDocumentTextPane.settingsWindow
protected SettingsWindow
GuiSwingViewImagePane.PropertyImagePane.settingsWindow
the window for previewingprotected SettingsWindow
GuiSwingViewNumberSpinner.PropertyLabelNumber.settingsWindow
protected SettingsWindow
GuiSwingViewNumberSpinner.PropertyNumberSpinner.settingsWindow
Methods in org.autogui.swing that return SettingsWindowModifier and TypeMethodDescriptionGuiSwingRootPane.getSettingsWindow()
GuiSwingRootPane.GuiSwingRootPaneCreator.getSettingsWindow()
GuiSwingView.SettingsWindowClient.getSettingsWindow()
GuiSwingViewCollectionTable.CollectionTable.getSettingsWindow()
GuiSwingViewDocumentEditor.PropertyDocumentEditorPane.getSettingsWindow()
GuiSwingViewDocumentEditor.PropertyDocumentTextPane.getSettingsWindow()
GuiSwingViewImagePane.PropertyImagePane.getSettingsWindow()
GuiSwingViewNumberSpinner.PropertyLabelNumber.getSettingsWindow()
GuiSwingViewNumberSpinner.PropertyNumberSpinner.getSettingsWindow()
Methods in org.autogui.swing with parameters of type SettingsWindowModifier and TypeMethodDescriptionvoid
GuiSwingPreferences.setSettingsWindow
(SettingsWindow settingsWindow) void
GuiSwingView.SettingsWindowClient.setSettingsWindow
(SettingsWindow settingWindow) at initialization of the root-pane, the method will be called for existing sub-panes.void
GuiSwingViewCollectionTable.CollectionTable.setSettingsWindow
(SettingsWindow settingsWindow) void
GuiSwingViewDocumentEditor.PropertyDocumentEditorPane.setSettingsWindow
(SettingsWindow settingWindow) void
GuiSwingViewDocumentEditor.PropertyDocumentTextPane.setSettingsWindow
(SettingsWindow settingWindow) void
GuiSwingViewImagePane.PropertyImagePane.setSettingsWindow
(SettingsWindow settingsWindow) void
GuiSwingViewNumberSpinner.PropertyLabelNumber.setSettingsWindow
(SettingsWindow settingsWindow) void
GuiSwingViewNumberSpinner.PropertyNumberSpinner.setSettingsWindow
(SettingsWindow settingsWindow) GuiSwingRootPane.GuiSwingRootPaneCreator.withSettingWindow
(SettingsWindow settingsWindow) GuiSwingWindow.GuiSwingWindowCreator.withSettingWindow
(SettingsWindow settingsWindow) Constructors in org.autogui.swing with parameters of type SettingsWindowModifierConstructorDescriptionGuiSwingRootPane
(GuiMappingContext context, GuiSwingView view, GuiSwingKeyBinding keyBinding, boolean logStatus, SettingsWindow settingsWindow) GuiSwingRootPane
(GuiMappingContext context, GuiSwingView view, GuiSwingKeyBinding keyBinding, boolean logStatus, SettingsWindow settingsWindow, GuiSwingPrefsApplyOptions prefsApplyOptions) GuiSwingWindow
(GuiMappingContext context, GuiSwingView view, GuiSwingKeyBinding keyBinding, boolean logStatus, SettingsWindow settingsWindow) -
Uses of SettingsWindow in org.autogui.swing.table
Fields in org.autogui.swing.table declared as SettingsWindowModifier and TypeFieldDescriptionprotected SettingsWindow
GuiSwingTableModelCollection.GuiSwingTableModelColumns.settingsWindow
Methods in org.autogui.swing.table that return SettingsWindowModifier and TypeMethodDescriptionGuiSwingTableColumnCollection.ObjectTableColumnCollectionWrapper.getSettingsWindow()
GuiSwingTableModelCollection.GuiSwingTableModelColumns.getSettingsWindow()
ObjectTableColumnValue.getSettingsWindow()
Methods in org.autogui.swing.table with parameters of type SettingsWindowModifier and TypeMethodDescriptionvoid
GuiSwingTableColumnCollection.ObjectTableColumnCollectionWrapper.setSettingsWindow
(SettingsWindow settingWindow) void
GuiSwingTableModelCollection.GuiSwingTableModelColumns.setSettingsWindow
(SettingsWindow settingsWindow) void
ObjectTableColumnValue.setSettingsWindow
(SettingsWindow settingWindow) -
Uses of SettingsWindow in org.autogui.swing.util
Fields in org.autogui.swing.util declared as SettingsWindowMethods in org.autogui.swing.util that return SettingsWindow