org.ejtools.adwt.editor
Class PropertiesEditor

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

public class PropertiesEditor
extends GenericEditor

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

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

Constructor Detail

PropertiesEditor

public PropertiesEditor()
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

getCustomEditor

public java.awt.Component getCustomEditor()
Getter for the customEditor attribute

Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport
Returns:
The value of customEditor 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

supportsCustomEditor

public boolean supportsCustomEditor()
Description of the Method

Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport
Returns:
Description of the Returned Value


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