public class Painter2PropertyEditor
extends java.beans.PropertyEditorSupport
| Constructor | Description |
|---|---|
Painter2PropertyEditor() |
Creates a new instance of Painter2PropertyEditor
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAsText() |
|
java.awt.Component |
getCustomEditor() |
|
java.lang.String |
getJavaInitializationString() |
|
Painter |
getValue() |
|
void |
setAsText(java.lang.String text) |
|
void |
setValue(java.lang.Object object) |
|
boolean |
supportsCustomEditor() |
public Painter2PropertyEditor()
public Painter getValue()
getValue in class java.beans.PropertyEditorSupportpublic void setValue(java.lang.Object object)
setValue in class java.beans.PropertyEditorSupportpublic void setAsText(java.lang.String text)
throws java.lang.IllegalArgumentException
setAsText in class java.beans.PropertyEditorSupportjava.lang.IllegalArgumentExceptionpublic java.lang.String getAsText()
getAsText in class java.beans.PropertyEditorSupportpublic java.lang.String getJavaInitializationString()
getJavaInitializationString in class java.beans.PropertyEditorSupportpublic boolean supportsCustomEditor()
supportsCustomEditor in class java.beans.PropertyEditorSupportpublic java.awt.Component getCustomEditor()
getCustomEditor in class java.beans.PropertyEditorSupport