All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.AgentBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.workflow.api.AgentBeanInfo
- public class AgentBeanInfo
- extends SimpleBeanInfo
An object of this class provides the bean information for the Agent bean. Usually this class is not used by client code;
instead, it is inspected by visual development environments when Agent objects are manipulated.
- Version:
- 3.2.0.2
- See Also:
- Agent
-
AgentBeanInfo()
-
-
getBeanDescriptor()
- Returns the bean descriptor for the Agent bean.
-
getIcon(int)
- Returns an image visually represent a Agent bean.
-
getPropertyDescriptors()
- Returns the property descriptor array for the Agent bean.
AgentBeanInfo
public AgentBeanInfo()
getIcon
public Image getIcon(int iconKind)
- Returns an image visually represent a Agent bean.
- Parameters:
- iconKind
- the size and color of the image. Must be one of:
- java.beans.BeanInfo.ICON_MONO_16x16
- java.beans.BeanInfo.ICON_MONO_32x32
- java.beans.BeanInfo.ICON_COLOR_16x16
- java.beans.BeanInfo.ICON_COLOR_32x32
- Returns:
- an image visually represent a Agent bean.
- Overrides:
- getIcon in class SimpleBeanInfo
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor for the Agent bean.
- Returns:
- the bean descriptor for the Agent bean.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the property descriptor array for the Agent bean.
- Returns:
- the property descriptor array for the Agent bean.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index