Class SettingsComponents.ComboBoxStringSetter

    • Constructor Detail

      • ComboBoxStringSetter

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