org.jdesktop.swingx.editors
public class ShapePropertyEditor extends java.beans.PropertyEditorSupport
Constructor and Description |
---|
ShapePropertyEditor()
Creates a new instance of ShapePropertyEditor
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getCustomEditor() |
java.awt.Shape |
getValue() |
boolean |
isPaintable() |
void |
setValue(java.lang.Object value) |
boolean |
supportsCustomEditor() |
public ShapePropertyEditor()
public java.awt.Shape getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class java.beans.PropertyEditorSupport
public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
setValue
in class java.beans.PropertyEditorSupport
public boolean isPaintable()
isPaintable
in interface java.beans.PropertyEditor
isPaintable
in class java.beans.PropertyEditorSupport
public boolean supportsCustomEditor()
supportsCustomEditor
in interface java.beans.PropertyEditor
supportsCustomEditor
in class java.beans.PropertyEditorSupport
public java.awt.Component getCustomEditor()
getCustomEditor
in interface java.beans.PropertyEditor
getCustomEditor
in class java.beans.PropertyEditorSupport