public class ColorFormatter extends AbstractPropertyEditor implements PropertyDBService, TreeTableNodeGetFormatOf
| Modifier and Type | Class and Description |
|---|---|
static class |
ColorFormatter.ColorIcon |
| Modifier and Type | Field and Description |
|---|---|
protected Color |
value |
propertiesListeners| Constructor and Description |
|---|
ColorFormatter() |
ColorFormatter(ColorFormatter sample) |
| Modifier and Type | Method and Description |
|---|---|
ColorFormatter |
clone() |
String |
getAsText() |
String |
getJavaInitializationString() |
TreeTableNodeFormat |
getTreeTableNodeFormatOf(Object value)
Возвращает настройки форматирования узла
|
Object |
getValue() |
void |
register(PropertyDB pdb)
Регистрация редакторов в PropertyDB
|
void |
setAsText(String text) |
void |
setValue(Object value) |
addPropertyChangeListener, firePropertyChanged, getCustomEditor, getTags, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditorprotected Color value
public ColorFormatter()
public ColorFormatter(ColorFormatter sample)
public ColorFormatter clone()
clone in class AbstractPropertyEditorpublic void register(PropertyDB pdb)
PropertyDBServiceregister in interface PropertyDBServicepdb - редакторы типовpublic TreeTableNodeFormat getTreeTableNodeFormatOf(Object value)
TreeTableNodeGetFormatOfgetTreeTableNodeFormatOf in interface TreeTableNodeGetFormatOfvalue - объект/узелpublic void setValue(Object value)
setValue in interface PropertyEditorpublic Object getValue()
getValue in interface PropertyEditorpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorpublic String getAsText()
getAsText in interface PropertyEditorpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorIllegalArgumentExceptionCopyright © 2019. All rights reserved.