E - the enum to be edited.public class EnumEditor<E extends Enum<E>> extends SfbPropertyEditorSupport<E>
EnumEditor is a replacement for Java's built-in enum editor.
Java's editor is only an internal class and therefore should not be used
outside of Java. This class is expected to be used by you.| Constructor and Description |
|---|
EnumEditor(Class<E> type) |
| Modifier and Type | Method and Description |
|---|---|
protected E |
parseText(String text) |
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditorCopyright © 2012-2013. All Rights Reserved.