public class ImageURLEditor
extends java.beans.PropertyEditorSupport
Constructor and Description |
---|
ImageURLEditor()
Creates a new instance of ImageEditor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsText() |
java.awt.Component |
getCustomEditor() |
java.lang.String |
getValue() |
boolean |
isPaintable() |
void |
paintValue(java.awt.Graphics graphics,
java.awt.Rectangle r) |
void |
setAsText(java.lang.String text) |
void |
setValue(java.lang.Object object) |
boolean |
supportsCustomEditor() |
public java.lang.String getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class java.beans.PropertyEditorSupport
public void setValue(java.lang.Object object)
setValue
in interface java.beans.PropertyEditor
setValue
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
java.lang.IllegalArgumentException
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
public void paintValue(java.awt.Graphics graphics, java.awt.Rectangle r)
paintValue
in interface java.beans.PropertyEditor
paintValue
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