Package com.vladsch.plugin.util.ui
Class SettingsComponents.TextFieldWithHistoryWithBrowseButtonSetter
- java.lang.Object
-
- com.vladsch.plugin.util.ui.SettingsComponents.TextFieldWithHistorySetterBase<com.intellij.ui.TextFieldWithHistoryWithBrowseButton>
-
- com.vladsch.plugin.util.ui.SettingsComponents.TextFieldWithHistoryWithBrowseButtonSetter
-
- All Implemented Interfaces:
Settable<com.intellij.ui.TextFieldWithHistoryWithBrowseButton>
- Enclosing class:
- SettingsComponents<T>
public static class SettingsComponents.TextFieldWithHistoryWithBrowseButtonSetter extends SettingsComponents.TextFieldWithHistorySetterBase<com.intellij.ui.TextFieldWithHistoryWithBrowseButton>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vladsch.plugin.util.ui.Settable
Settable.Configurable<T>
-
-
Constructor Summary
Constructors Constructor Description TextFieldWithHistoryWithBrowseButtonSetter(@NotNull com.intellij.ui.TextFieldWithHistoryWithBrowseButton instance, @NotNull Getter<java.util.List<java.lang.String>> historyGetter, @NotNull Setter<java.util.List<java.lang.String>> historySetter, @NotNull Getter<java.lang.String> getter, @NotNull Setter<java.lang.String> setter)
-
Method Summary
-
Methods inherited from class com.vladsch.plugin.util.ui.SettingsComponents.TextFieldWithHistorySetterBase
apply, getComponent, isModified, reset
-
-
-
-
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)
-
-