public class ShapePropertyEditor
extends java.beans.PropertyEditorSupport
| Constructor | Description |
|---|---|
ShapePropertyEditor() |
Creates a new instance of ShapePropertyEditor
|
| Modifier and Type | Method | 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 class java.beans.PropertyEditorSupportpublic void setValue(java.lang.Object value)
setValue in class java.beans.PropertyEditorSupportpublic boolean isPaintable()
isPaintable in class java.beans.PropertyEditorSupportpublic boolean supportsCustomEditor()
supportsCustomEditor in class java.beans.PropertyEditorSupportpublic java.awt.Component getCustomEditor()
getCustomEditor in class java.beans.PropertyEditorSupport