com.jxml.quick.editors
Class URLEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--com.jxml.quick.editors.URLEditor
All Implemented Interfaces:
PropertyEditor

public class URLEditor
extends PropertyEditorSupport

URL Property Editor

Quick 1.1


Constructor Summary
URLEditor()
           
 
Method Summary
 String getJavaInitializationString()
           
 void setAsText(String text)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEditor

public URLEditor()
Method Detail

getJavaInitializationString

public String getJavaInitializationString()
Overrides:
getJavaInitializationString in class PropertyEditorSupport

setAsText

public void setAsText(String text)
               throws IllegalArgumentException
Overrides:
setAsText in class PropertyEditorSupport