swingx
Version 2009-07-31

org.jdesktop.swingx.editors
Class ImageURLEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.jdesktop.swingx.editors.ImageURLEditor
All Implemented Interfaces:
PropertyEditor

public class ImageURLEditor
extends PropertyEditorSupport


Constructor Summary
ImageURLEditor()
          Creates a new instance of ImageEditor
 
Method Summary
 String getAsText()
           
 Component getCustomEditor()
           
 String getValue()
           
 boolean isPaintable()
           
 void paintValue(Graphics graphics, Rectangle r)
           
 void setAsText(String text)
           
 void setValue(Object object)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, removePropertyChangeListener, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageURLEditor

public ImageURLEditor()
Creates a new instance of ImageEditor

Method Detail

getValue

public String getValue()
Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class PropertyEditorSupport

setValue

public void setValue(Object object)
Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class PropertyEditorSupport

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport
Throws:
IllegalArgumentException

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport

paintValue

public void paintValue(Graphics graphics,
                       Rectangle r)
Specified by:
paintValue in interface PropertyEditor
Overrides:
paintValue in class PropertyEditorSupport

isPaintable

public boolean isPaintable()
Specified by:
isPaintable in interface PropertyEditor
Overrides:
isPaintable in class PropertyEditorSupport

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface PropertyEditor
Overrides:
supportsCustomEditor in class PropertyEditorSupport

getCustomEditor

public Component getCustomEditor()
Specified by:
getCustomEditor in interface PropertyEditor
Overrides:
getCustomEditor in class PropertyEditorSupport

swingx
Version 2009-07-31