Uses of Class
org.autogui.swing.util.SettingsWindow.LabelGroup
Packages that use SettingsWindow.LabelGroup
-
Uses of SettingsWindow.LabelGroup in org.autogui.swing
Fields in org.autogui.swing declared as SettingsWindow.LabelGroupModifier and TypeFieldDescriptionprotected SettingsWindow.LabelGroup
GuiSwingViewObjectPane.ObjectPane.labelGroup
-
Uses of SettingsWindow.LabelGroup in org.autogui.swing.prefs
Methods in org.autogui.swing.prefs with parameters of type SettingsWindow.LabelGroupModifier and TypeMethodDescriptionstatic JComponent
GuiSwingPrefsEditor.createBoolean
(SettingsWindow.LabelGroup names, String name, Supplier<Boolean> getter, Consumer<Boolean> setter, Consumer<Runnable> validationCheckers) static JComponent
GuiSwingPrefsEditor.createFile
(SettingsWindow.LabelGroup names, String name, Supplier<Path> getter, Consumer<Path> setter, Consumer<Runnable> validationCheckers) static JPanel
GuiSwingPrefsEditor.createNamedHorizontal
(SettingsWindow.LabelGroup names, String name, JComponent contentPane) static <NumType extends Number>
JComponentGuiSwingPrefsEditor.createNumber
(SettingsWindow.LabelGroup names, String name, Class<NumType> type, Supplier<NumType> getter, Consumer<NumType> setter, Consumer<Runnable> validationCheckers) static JComponent
GuiSwingPrefsEditor.createNumberInt
(SettingsWindow.LabelGroup names, String name, Supplier<Integer> getter, Consumer<Integer> setter, Consumer<Runnable> validationCheckers) static JComponent
GuiSwingPrefsEditor.createString
(SettingsWindow.LabelGroup names, String name, Supplier<String> getter, Consumer<String> setter, Consumer<Runnable> validationCheckers) -
Uses of SettingsWindow.LabelGroup in org.autogui.swing.util
Methods in org.autogui.swing.util that return SettingsWindow.LabelGroupModifier and TypeMethodDescriptionSettingsWindow.LabelGroup.addRow
(String label, JComponent content) SettingsWindow.LabelGroup.addRow
(JComponent label, JComponent content) SettingsWindow.LabelGroup.addRowFixed
(String label, JComponent content)