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.PropertyEditorgetValue in class java.beans.PropertyEditorSupportpublic void setValue(java.lang.Object value)
setValue in interface java.beans.PropertyEditorsetValue in class java.beans.PropertyEditorSupportpublic boolean isPaintable()
isPaintable in interface java.beans.PropertyEditorisPaintable in class java.beans.PropertyEditorSupportpublic boolean supportsCustomEditor()
supportsCustomEditor in interface java.beans.PropertyEditorsupportsCustomEditor in class java.beans.PropertyEditorSupportpublic java.awt.Component getCustomEditor()
getCustomEditor in interface java.beans.PropertyEditorgetCustomEditor in class java.beans.PropertyEditorSupport