Class SettingsComponents.ComboBoxBooleanSetter

    • Constructor Detail

      • ComboBoxBooleanSetter

        public ComboBoxBooleanSetter​(@NotNull
                                     @NotNull javax.swing.JComboBox<java.lang.String> component,
                                     @NotNull
                                     @NotNull ComboBoxBooleanAdapter<?> adapter,
                                     @NotNull
                                     @NotNull Getter<java.lang.Boolean> getter,
                                     @NotNull
                                     @NotNull Setter<java.lang.Boolean> setter)