All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.AgentLocatorEditor

java.lang.Object
   |
   +----java.beans.PropertyEditorSupport
           |
           +----com.ibm.workflow.api.AgentLocatorEditor

public class AgentLocatorEditor
extends PropertyEditorSupport

An object of this class provides information about the custom editor for the Locator property of the Agent bean. Usually this class is not used by client code; instead, it is used by visual development environments when Agent objects are manipulated.

Version:
3.2.0.2
See Also:
Agent

Constructor Index

 o AgentLocatorEditor()

Method Index

 o getAsText()
 o getJavaInitializationString()
 o getTags()
 o getValue()
 o setAsText(String)
 o setValue(Object)

Constructors

 o AgentLocatorEditor
 public AgentLocatorEditor()

Methods

 o setValue
 public void setValue(Object o)
Overrides:
setValue in class PropertyEditorSupport
 o getValue
 public Object getValue()
Overrides:
getValue in class PropertyEditorSupport
 o getJavaInitializationString
 public String getJavaInitializationString()
Overrides:
getJavaInitializationString in class PropertyEditorSupport
 o getAsText
 public String getAsText()
Overrides:
getAsText in class PropertyEditorSupport
 o getTags
 public String[] getTags()
Overrides:
getTags in class PropertyEditorSupport
 o setAsText
 public void setAsText(String text)
Overrides:
setAsText in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index