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