Class SettingsComponents.SpinnerSetter<V>

    • Constructor Detail

      • SpinnerSetter

        public SpinnerSetter​(@NotNull
                             @NotNull javax.swing.JSpinner component,
                             @NotNull
                             @NotNull Getter<V> getter,
                             @NotNull
                             @NotNull Setter<V> setter)