org.ejtools.adwt.editor
Class URLEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.ejtools.adwt.editor.GenericEditor
              |
              +--org.ejtools.adwt.editor.URLEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class URLEditor
extends GenericEditor

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Field Summary
 
Fields inherited from class org.ejtools.adwt.editor.GenericEditor
value
 
Constructor Summary
URLEditor()
          Constructor
 
Method Summary
 java.lang.String getAsText()
          Getter for the asText attribute
 void setAsText(java.lang.String s)
          Setter for the asText attribute
 
Methods inherited from class org.ejtools.adwt.editor.GenericEditor
getValue, setValue
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLEditor

public URLEditor()
Constructor

Method Detail

getAsText

public java.lang.String getAsText()
Getter for the asText attribute

Specified by:
getAsText in interface java.beans.PropertyEditor
Overrides:
getAsText in class java.beans.PropertyEditorSupport
Returns:
The value

setAsText

public void setAsText(java.lang.String s)
Setter for the asText attribute

Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class java.beans.PropertyEditorSupport
Parameters:
s - The new value


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.