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