bea.jolt.beans
Class ServiceEditor

java.lang.Object
  |
  +--java.beans.PropertyEditorSupport
        |
        +--bea.jolt.beans.ServiceEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class ServiceEditor
extends java.beans.PropertyEditorSupport


Constructor Summary
ServiceEditor()
           
 
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

ServiceEditor

public ServiceEditor()
Method Detail

setValue

public void setValue(java.lang.Object o)
Overrides:
setValue in class java.beans.PropertyEditorSupport

getValue

public java.lang.Object getValue()
Overrides:
getValue in class java.beans.PropertyEditorSupport

getAsText

public java.lang.String getAsText()
Overrides:
getAsText in class java.beans.PropertyEditorSupport

setAsText

public void setAsText(java.lang.String s)
Overrides:
setAsText in class java.beans.PropertyEditorSupport

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Overrides:
getJavaInitializationString in class java.beans.PropertyEditorSupport

supportsCustomEditor

public boolean supportsCustomEditor()
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport

getCustomEditor

public java.awt.Component getCustomEditor()
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport