All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.beans.ServiceEditor

java.lang.Object
   |
   +----java.beans.PropertyEditorSupport
           |
           +----bea.jolt.beans.ServiceEditor

public class ServiceEditor
extends PropertyEditorSupport

Constructor Index

 o ServiceEditor()

Method Index

 o getAsText()
 o getCustomEditor()
 o getJavaInitializationString()
 o getValue()
 o setAsText(String)
 o setValue(Object)
 o supportsCustomEditor()

Constructors

 o ServiceEditor
 public ServiceEditor()

Methods

 o setValue
 public void setValue(Object o)
Overrides:
setValue in class PropertyEditorSupport
 o getValue
 public Object getValue()
Overrides:
getValue in class PropertyEditorSupport
 o getAsText
 public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport
 o setAsText
 public void setAsText(String s)
Overrides:
setAsText in class PropertyEditorSupport
 o getJavaInitializationString
 public String getJavaInitializationString()
Overrides:
getJavaInitializationString in class PropertyEditorSupport
 o supportsCustomEditor
 public boolean supportsCustomEditor()
Overrides:
supportsCustomEditor in class PropertyEditorSupport
 o getCustomEditor
 public Component getCustomEditor()
Overrides:
getCustomEditor in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index