public final class BooleanEditor extends PropertyEditorSupport
| Constructor and Description |
|---|
BooleanEditor() |
BooleanEditor(Object source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
String |
getJavaInitializationString() |
String[] |
getTags() |
void |
setAsText(String text) |
void |
setValue(Object value) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorpublic BooleanEditor(Object source)
public BooleanEditor()
public void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorgetJavaInitializationString in class PropertyEditorSupportpublic String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportpublic void setValue(Object value)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportCopyright © 2014. All Rights Reserved.