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, setValue
firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, isPaintable, paintValue, setSource, supportsCustomEditor
public void setAsText(String text)
PropertyEditor
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport<AtomicBoolean>
text
- The string to be parsed.public String[] getTags()
getTags
in interface PropertyEditor
getTags
in class PropertyEditorSupport
Copyright © 2014 JBoss by Red Hat. All rights reserved.