com.ibm.workflow.api
Class AgentLocatorEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.ibm.workflow.api.AgentLocatorEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public class AgentLocatorEditor
- extends java.beans.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.
- See Also:
Agent
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentLocatorEditor
public AgentLocatorEditor()
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
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- Overrides:
getJavaInitializationString
in class java.beans.PropertyEditorSupport
getAsText
public java.lang.String getAsText()
- Overrides:
getAsText
in class java.beans.PropertyEditorSupport
getTags
public java.lang.String[] getTags()
- Overrides:
getTags
in class java.beans.PropertyEditorSupport
setAsText
public void setAsText(java.lang.String text)
- Overrides:
setAsText
in class java.beans.PropertyEditorSupport
© Copyright IBM Corporation 1999, 2007. All Rights Reserved.