Package org.jdesktop.beans.editors
Class PainterPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.jdesktop.beans.editors.PainterPropertyEditor
- All Implemented Interfaces:
PropertyEditor
Two parts to this property editor. The first part is a simple dropdown.
The second part is a complicated UI for constructing multiple "layers" of
various different Painters, including gradient painters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
PainterPropertyEditor
public PainterPropertyEditor()Creates a new instance of PainterPropertyEditor
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfacePropertyEditor
- Overrides:
getValue
in classPropertyEditorSupport
-
getJavaInitializationString
- Specified by:
getJavaInitializationString
in interfacePropertyEditor
- Overrides:
getJavaInitializationString
in classPropertyEditorSupport
-