Package com.vladsch.plugin.util.ui
Class Settable.Configurable<T>
- java.lang.Object
-
- com.vladsch.plugin.util.ui.Settable.Configurable<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vladsch.plugin.util.ui.Settable
Settable.Configurable<T>
-
-
Constructor Summary
Constructors Constructor Description Configurable(SettingsConfigurable<T> components, T instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply()TgetComponent()booleanisModified()voidreset()
-
-
-
Constructor Detail
-
Configurable
public Configurable(SettingsConfigurable<T> components, @NotNull T instance)
-
-
Method Detail
-
isModified
public boolean isModified()
- Specified by:
isModifiedin interfaceSettable<T>
-
getComponent
public T getComponent()
- Specified by:
getComponentin interfaceSettable<T>
-
-