Package com.vladsch.plugin.util.ui
Class SettingsComponents.TextFieldWithBrowseButtonSetter
- java.lang.Object
-
- com.vladsch.plugin.util.ui.SettingsComponents.JComponentSettable<com.intellij.openapi.ui.TextFieldWithBrowseButton,java.lang.String>
-
- com.vladsch.plugin.util.ui.SettingsComponents.TextFieldWithBrowseButtonSetter
-
- All Implemented Interfaces:
Settable<com.intellij.openapi.ui.TextFieldWithBrowseButton>
- Enclosing class:
- SettingsComponents<T>
public static class SettingsComponents.TextFieldWithBrowseButtonSetter extends SettingsComponents.JComponentSettable<com.intellij.openapi.ui.TextFieldWithBrowseButton,java.lang.String>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vladsch.plugin.util.ui.Settable
Settable.Configurable<T>
-
-
Constructor Summary
Constructors Constructor Description TextFieldWithBrowseButtonSetter(@NotNull com.intellij.openapi.ui.TextFieldWithBrowseButton component, @NotNull Getter<java.lang.String> getter, @NotNull Setter<java.lang.String> setter)
-
Method Summary
-
Methods inherited from class com.vladsch.plugin.util.ui.SettingsComponents.JComponentSettable
apply, getComponent, isModified, reset
-
-