|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
org.jdesktop.swingx.editors.PainterPropertyEditor
public class PainterPropertyEditor
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 | |
---|---|
static class |
PainterPropertyEditor.AffineTransformDelegate
|
static class |
PainterPropertyEditor.Arc2DDelegate
|
static class |
PainterPropertyEditor.AreaDelegate
|
static class |
PainterPropertyEditor.CubicCurve2DDelegate
|
static class |
PainterPropertyEditor.Ellipse2DDelegate
|
static class |
PainterPropertyEditor.GeneralPathDelegate
|
static class |
PainterPropertyEditor.GradientPaintDelegate
|
static class |
PainterPropertyEditor.InsetsDelegate
|
static class |
PainterPropertyEditor.Line2DDelegate
|
static class |
PainterPropertyEditor.LinearGradientPaintDelegate
|
static class |
PainterPropertyEditor.Point2DDelegate
|
static class |
PainterPropertyEditor.QuadCurve2DDelegate
|
static class |
PainterPropertyEditor.RadialGradientPaintDelegate
|
static class |
PainterPropertyEditor.Rectangle2DDelegate
|
static class |
PainterPropertyEditor.RoundRectangle2DDelegate
|
static class |
PainterPropertyEditor.TestStuff
|
Constructor Summary | |
---|---|
PainterPropertyEditor()
Creates a new instance of PainterPropertyEditor |
Method Summary | |
---|---|
java.lang.String |
getJavaInitializationString()
|
Painter |
getValue()
|
static void |
main(java.lang.String... args)
|
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PainterPropertyEditor()
Method Detail |
---|
public Painter getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class java.beans.PropertyEditorSupport
public java.lang.String getJavaInitializationString()
getJavaInitializationString
in interface java.beans.PropertyEditor
getJavaInitializationString
in class java.beans.PropertyEditorSupport
public static void main(java.lang.String... args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |