All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.beans.PropertyEditorSupport | +----com.ibm.workflow.api.AgentLocatorEditor
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.
public AgentLocatorEditor()
public void setValue(Object o)
public Object getValue()
public String getJavaInitializationString()
public String getAsText()
public String[] getTags()
public void setAsText(String text)
All Packages Class Hierarchy This Package Previous Next Index