bea.jolt.beans
Class ElementEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bybea.jolt.beans.ElementEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class ElementEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
ElementEditor()
           
 
Method Summary
 java.lang.String getAsText()
           
 java.awt.Component getCustomEditor()
           
 java.lang.String getJavaInitializationString()
           
 java.lang.Object getValue()
           
 void setAsText(java.lang.String s)
           
 void setValue(java.lang.Object o)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getTags, isPaintable, paintValue, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementEditor

public ElementEditor()
Method Detail

setValue

public void setValue(java.lang.Object o)

getValue

public java.lang.Object getValue()

getAsText

public java.lang.String getAsText()

setAsText

public void setAsText(java.lang.String s)

getJavaInitializationString

public java.lang.String getJavaInitializationString()

supportsCustomEditor

public boolean supportsCustomEditor()

getCustomEditor

public java.awt.Component getCustomEditor()