public class EnumPropertyEditor<E extends Enum<E>> extends PropertyEditorSupport
| Constructor and Description |
|---|
EnumPropertyEditor(Class<E> en)
Creates a new instance of EnumPropertyEditor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
String |
getJavaInitializationString() |
String[] |
getTags() |
void |
setAsText(String text) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorgetJavaInitializationString in class PropertyEditorSupportCopyright © 2017. All Rights Reserved.