Package org.jdesktop.swingx.painter
Class AbstractLayoutPainterBeanInfo.HorizontalAlignmentPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.jdesktop.beans.editors.EnumPropertyEditor<AbstractLayoutPainter.HorizontalAlignment>
org.jdesktop.swingx.painter.AbstractLayoutPainterBeanInfo.HorizontalAlignmentPropertyEditor
- All Implemented Interfaces:
PropertyEditor
- Enclosing class:
AbstractLayoutPainterBeanInfo
public static final class AbstractLayoutPainterBeanInfo.HorizontalAlignmentPropertyEditor
extends EnumPropertyEditor<AbstractLayoutPainter.HorizontalAlignment>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdesktop.beans.editors.EnumPropertyEditor
getAsText, getJavaInitializationString, getTags, setAsText
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
HorizontalAlignmentPropertyEditor
public HorizontalAlignmentPropertyEditor()
-