public class EnumConverter extends AbstractConverter
| Constructor and Description |
|---|
EnumConverter(java.lang.Class type) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
toObjectImpl(java.lang.String text)
Converts the supplied text in to an instance of the editor type.
|
getAsText, getType, getValue, setAsText, setValue, toObject, toString, toStringImpladdPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorprotected java.lang.Object toObjectImpl(java.lang.String text)
AbstractConvertertoObjectImpl in class AbstractConvertertext - the text to convert