com.ibm.workflow.api
Class AgentBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--com.ibm.workflow.api.AgentBeanInfo
- All Implemented Interfaces:
- java.beans.BeanInfo
- public class AgentBeanInfo
- extends java.beans.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.
- See Also:
Agent
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Method Summary |
java.beans.BeanDescriptor |
getBeanDescriptor()
Returns the bean descriptor for the Agent bean. |
java.awt.Image |
getIcon(int iconKind)
Returns an image to visually represent an Agent bean. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Returns the property descriptor array for the Agent bean. |
Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgentBeanInfo
public AgentBeanInfo()
getIcon
public java.awt.Image getIcon(int iconKind)
- Returns an image to visually represent an Agent bean.
- Overrides:
getIcon
in class java.beans.SimpleBeanInfo
- 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 to visually represent an Agent bean.
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor for the Agent bean.
- Overrides:
getBeanDescriptor
in class java.beans.SimpleBeanInfo
- Returns:
- the bean descriptor for the Agent bean.
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Returns the property descriptor array for the Agent bean.
- Overrides:
getPropertyDescriptors
in class java.beans.SimpleBeanInfo
- Returns:
- the property descriptor array for the Agent bean.
© Copyright IBM Corporation 1999, 2007. All Rights Reserved.