PropertyEditor
AbstractAreaPainterBeanInfo.StylePropertyEditor
, AbstractLayoutPainterBeanInfo.HorizontalAlignmentPropertyEditor
, AbstractLayoutPainterBeanInfo.VerticalAlignmentPropertyEditor
, AbstractPainterBeanInfo.InterpolationPropertyEditor
, GlossPainterBeanInfo.GlossPositionPropertyEditor
, ImagePainterBeanInfo.ScaleTypePropertyEditor
, JXCollapsiblePaneBeanInfo.DirectionPropertyEditor
, JXFrameBeanInfo.StartPositionPropertyEditor
, JXHeaderBeanInfo.IconPositionPropertyEditor
, NeonBorderEffectBeanInfo.BorderPositionPropertyEditor
public class EnumPropertyEditor<E extends Enum<E>> extends PropertyEditorSupport
Constructor | Description |
---|---|
EnumPropertyEditor(Class<E> en) |
Creates a new instance of EnumPropertyEditor
|
Modifier and Type | Method | Description |
---|---|---|
String |
getAsText() |
|
String |
getJavaInitializationString() |
|
String[] |
getTags() |
|
void |
setAsText(String text) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
public String[] getTags()
getTags
in interface PropertyEditor
getTags
in class PropertyEditorSupport
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
public void setAsText(String text) throws IllegalArgumentException
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
IllegalArgumentException
public String getJavaInitializationString()
getJavaInitializationString
in interface PropertyEditor
getJavaInitializationString
in class PropertyEditorSupport
Copyright © 2018. All rights reserved.