Package com.vladsch.plugin.util.ui
Class SettingsComponents.ComboBoxSetter
- java.lang.Object
-
- com.vladsch.plugin.util.ui.SettingsComponents.JComponentSettable<javax.swing.JComboBox<java.lang.String>,java.lang.Integer>
-
- com.vladsch.plugin.util.ui.SettingsComponents.ComboBoxSetter
-
- All Implemented Interfaces:
Settable<javax.swing.JComboBox<java.lang.String>>
- Enclosing class:
- SettingsComponents<T>
public static class SettingsComponents.ComboBoxSetter extends SettingsComponents.JComponentSettable<javax.swing.JComboBox<java.lang.String>,java.lang.Integer>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vladsch.plugin.util.ui.Settable
Settable.Configurable<T>
-
-
Constructor Summary
Constructors Constructor Description ComboBoxSetter(@NotNull javax.swing.JComboBox<java.lang.String> component, @NotNull ComboBoxAdapter<?> adapter, @NotNull Getter<java.lang.Integer> getter, @NotNull Setter<java.lang.Integer> setter)
-
Method Summary
-
Methods inherited from class com.vladsch.plugin.util.ui.SettingsComponents.JComponentSettable
apply, getComponent, isModified, reset
-
-
-
-
Constructor Detail
-
ComboBoxSetter
public ComboBoxSetter(@NotNull @NotNull javax.swing.JComboBox<java.lang.String> component, @NotNull @NotNull ComboBoxAdapter<?> adapter, @NotNull @NotNull Getter<java.lang.Integer> getter, @NotNull @NotNull Setter<java.lang.Integer> setter)
-
-