org.ejtools.adwt.editor
Class GenericEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--org.ejtools.adwt.editor.GenericEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Direct Known Subclasses:
ArrayEditor, ClassEditor, CollectionEditor, DateTimeEditor, IteratorEditor, ListEditor, NumberEditor, ObjectNameEditor, PropertiesEditor, URLEditor

public abstract class GenericEditor
extends java.beans.PropertyEditorSupport

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Field Summary
protected  java.lang.Object value
          Description of the Field
 
Constructor Summary
GenericEditor()
          Constructor for the PropertiesEditor object
 
Method Summary
 java.lang.Object getValue()
          Gets the value attribute of the FileEditor object
 void setValue(java.lang.Object object)
          Setter for the value attribute
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Object value
Description of the Field

Constructor Detail

GenericEditor

public GenericEditor()
Constructor for the PropertiesEditor object

Method Detail

getValue

public java.lang.Object getValue()
Gets the value attribute of the FileEditor object

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

setValue

public void setValue(java.lang.Object object)
Setter for the value attribute

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


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