public class PropertyEditorColor extends PropertyEditorBase<org.fujion.component.ColorPicker>
editor| Constructor and Description |
|---|
PropertyEditorColor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getValue()
Logic to return the value from the editor component.
|
protected void |
init(Object target,
PropertyInfo propInfo,
PropertyGrid propGrid)
Initializes the property editor.
|
protected void |
setValue(Object value)
Logic to set the value in the editor component.
|
commit, compareTo, getEditor, getPropInfo, getTarget, hasChanged, onChange, revert, setFocus, setWrongValueException, setWrongValueMessage, updateValue, wireControllerprotected void init(Object target, PropertyInfo propInfo, PropertyGrid propGrid)
PropertyEditorBaseinit in class PropertyEditorBase<org.fujion.component.ColorPicker>target - The target object.propInfo - The PropertyInfo instance reflecting the property being edited on the target.propGrid - The property grid owning this property editor.protected String getValue()
PropertyEditorBasegetValue in class PropertyEditorBase<org.fujion.component.ColorPicker>protected void setValue(Object value)
PropertyEditorBasesetValue in class PropertyEditorBase<org.fujion.component.ColorPicker>value - Value for the editor component.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.