public class ColorSetting extends SchemaSetting
Setting.DataTypeowner| Constructor and Description |
|---|
ColorSetting(java.lang.String fullName,
java.lang.String nameToShow) |
ColorSetting(java.lang.String fullName,
java.lang.String nameToShow,
java.lang.String tooltip) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(java.lang.Object input)
Applies the given input to this setting.
|
boolean |
validate(java.lang.Object input) |
getCurrentValue, getDataType, getId, getName, getTooltip, requiresRestartclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSelectionpublic ColorSetting(java.lang.String fullName,
java.lang.String nameToShow)
public ColorSetting(java.lang.String fullName,
java.lang.String nameToShow,
java.lang.String tooltip)
public boolean validate(java.lang.Object input)
validate in interface Validatorvalidate in class SchemaSettingpublic void apply(java.lang.Object input)
Settingapply in interface Settingapply in class SchemaSettinginput - The input. It is either the current value of the setting, or validated successfully.