@PropertyEditorFor(value=java.awt.Color.class) public class ColorPropertyEditor extends AbstractPropertyEditor
| Constructor and Description |
|---|
ColorPropertyEditor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(Color color) |
String |
getAsText() |
protected Formatter<Color> |
resolveFormatter() |
protected void |
setValueInternal(Object value) |
getAsTextInternal, getFormat, getFormattedValue, getValueInternal, illegalValue, illegalValue, setAsText, setAsTextInternal, setFormat, setFormattedValue, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class AbstractPropertyEditorprotected void setValueInternal(Object value)
setValueInternal in class AbstractPropertyEditorprotected Formatter<Color> resolveFormatter()
resolveFormatter in class AbstractPropertyEditor