@PropertyEditorFor(value=javafx.scene.paint.Color.class) public class ColorPropertyEditor extends AbstractPropertyEditor
| Constructor and Description |
|---|
ColorPropertyEditor() |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(javafx.scene.paint.Color color) |
String |
getAsText() |
protected Formatter<javafx.scene.paint.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 static String format(javafx.scene.paint.Color color)
public String getAsText()
getAsText in interface PropertyEditorgetAsText in class AbstractPropertyEditorprotected void setValueInternal(Object value)
setValueInternal in class AbstractPropertyEditorprotected Formatter<javafx.scene.paint.Color> resolveFormatter()
resolveFormatter in class AbstractPropertyEditor