Package com.vladsch.plugin.util.ui
Class SettingsComponents.TextFieldWithHistorySetter
- java.lang.Object
-
- com.vladsch.plugin.util.ui.SettingsComponents.TextFieldWithHistorySetterBase<com.intellij.ui.TextFieldWithHistory>
-
- com.vladsch.plugin.util.ui.SettingsComponents.TextFieldWithHistorySetter
-
- All Implemented Interfaces:
Settable<com.intellij.ui.TextFieldWithHistory>
- Enclosing class:
- SettingsComponents<T>
public static class SettingsComponents.TextFieldWithHistorySetter extends SettingsComponents.TextFieldWithHistorySetterBase<com.intellij.ui.TextFieldWithHistory>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vladsch.plugin.util.ui.Settable
Settable.Configurable<T>
-
-
Constructor Summary
Constructors Constructor Description TextFieldWithHistorySetter(@NotNull com.intellij.ui.TextFieldWithHistory 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
-
TextFieldWithHistorySetter
public TextFieldWithHistorySetter(@NotNull @NotNull com.intellij.ui.TextFieldWithHistory 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)
-
-