org.ejtools.adwt.editor
Class ObjectNameEditor

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

public class ObjectNameEditor
extends GenericEditor

Description of the Class

Version:
$Revision: 1.7 $
Author:
Laurent Etiemble

Field Summary
protected  javax.swing.JButton button
          Description of the Field
protected  java.awt.Container panel
          Description of the Field
protected  javax.swing.JTextField text
          Description of the Field
 
Fields inherited from class org.ejtools.adwt.editor.GenericEditor
value
 
Constructor Summary
ObjectNameEditor()
          Constructor
 
Method Summary
 java.lang.String getAsText()
          Getter for the asText attribute
 java.awt.Component getCustomEditor()
          Gets the customEditor attribute of the ObjectNameEditor object
 void setAsText(java.lang.String s)
          Setter for the asText attribute
 void setValue(java.lang.Object object)
          Setter for the value attribute
 boolean supportsCustomEditor()
          Description of the Method
 
Methods inherited from class org.ejtools.adwt.editor.GenericEditor
getValue
 
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
 

Field Detail

button

protected javax.swing.JButton button
Description of the Field


panel

protected java.awt.Container panel
Description of the Field


text

protected javax.swing.JTextField text
Description of the Field

Constructor Detail

ObjectNameEditor

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

getCustomEditor

public java.awt.Component getCustomEditor()
Gets the customEditor attribute of the ObjectNameEditor object

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

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 GenericEditor
Parameters:
object - The new value value

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 Return Value


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