Class SettingsComponents.TextFieldWithHistoryWithBrowseButtonSetter

    • Constructor Detail

      • TextFieldWithHistoryWithBrowseButtonSetter

        public TextFieldWithHistoryWithBrowseButtonSetter​(@NotNull
                                                          @NotNull com.intellij.ui.TextFieldWithHistoryWithBrowseButton instance,
                                                          @NotNull
                                                          @NotNull Getter<java.util.List<java.lang.String>> historyGetter,
                                                          @NotNull
                                                          @NotNull Setter<java.util.List<java.lang.String>> historySetter,
                                                          @NotNull
                                                          @NotNull Getter<java.lang.String> getter,
                                                          @NotNull
                                                          @NotNull Setter<java.lang.String> setter)