public class AtomicBooleanEditor extends PropertyEditorSupport<AtomicBoolean>
| Constructor and Description |
|---|
AtomicBooleanEditor() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getTags() |
void |
setAsText(String text)
Set the property value by parsing a given String.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getAsText, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValuefirePropertyChange, getCustomEditor, getJavaInitializationString, getSource, isPaintable, paintValue, setSource, supportsCustomEditorpublic void setAsText(String text)
PropertyEditorsetAsText in interface PropertyEditorsetAsText in class PropertyEditorSupport<AtomicBoolean>text - The string to be parsed.public String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportCopyright © 2012 JBoss by Red Hat. All Rights Reserved.