public class BooleanPropertyEditor extends AbstractPropertyEditor
| Constructor and Description | 
|---|
| BooleanPropertyEditor() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | handleAsBoolean(Boolean bool) | 
| protected void | handleAsString(String str) | 
| protected Formatter<Boolean> | resolveFormatter() | 
| protected void | setValueInternal(Object value) | 
getAsText, getAsTextInternal, getFormat, getFormattedValue, getValueInternal, illegalValue, illegalValue, setAsText, setAsTextInternal, setFormat, setFormattedValue, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditorprotected void setValueInternal(Object value)
setValueInternal in class AbstractPropertyEditorprotected void handleAsString(String str)
protected void handleAsBoolean(Boolean bool)
protected Formatter<Boolean> resolveFormatter()
resolveFormatter in class AbstractPropertyEditor