org.ejtools.adwt.editor
Class CollectionEditor

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

public class CollectionEditor
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
CollectionEditor()
          Constructor for the PropertiesEditor object
 
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

CollectionEditor

public CollectionEditor()
Constructor for the PropertiesEditor object

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 of asText attribute

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 for asText attribute


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