public class EnumEditor extends AbstractPropertyEditor
| Constructor and Description |
|---|
EnumEditor(Class enumType)
Creates a new EnumEditor instance
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
toText(Object value)
Returns a String representation of the given value
|
protected Object |
toValue(String text)
Returns an instance from a String representation of an object
|
defaultText, defaultValue, getAsText, getValue, setAsText, setTrimText, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorpublic EnumEditor(Class enumType)
enumType - The type of Enumprotected String toText(Object value)
toText in class AbstractPropertyEditorvalue - The valueprotected Object toValue(String text)
toValue in class AbstractPropertyEditortext - The String representation to convertCopyright © 2004–2018 Apache MINA Project. All rights reserved.