public class BooleanFormatter extends AbstractPropertyEditor implements PropertyDBService, TreeTableNodeGetFormatOf
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
value |
propertiesListeners| Constructor and Description |
|---|
BooleanFormatter() |
BooleanFormatter(BooleanFormatter sample) |
| Modifier and Type | Method and Description |
|---|---|
BooleanFormatter |
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 Boolean value
public BooleanFormatter()
public BooleanFormatter(BooleanFormatter sample)
public BooleanFormatter 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.