ciagent
Class CIAgentBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--ciagent.CIAgentBeanInfo

public class CIAgentBeanInfo
extends java.beans.SimpleBeanInfo

The CIAgentBeanInfo class defines the information available for an agent bean.


Field Summary
(package private)  java.lang.Class beanClass
           
(package private)  java.lang.String iconColor16x16Filename
           
(package private)  java.lang.String iconColor32x32Filename
           
(package private)  java.lang.String iconMono16x16Filename
           
(package private)  java.lang.String iconMono32x32Filename
           
 
Constructor Summary
CIAgentBeanInfo()
          Creates a CIAgentBeanInfo object.
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Retrieves additional bean information.
 java.awt.Image getIcon(int iconKind)
          Retrieves the icon image for the bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Retrieves the property descriptoprs for the bean.
 
Methods inherited from class java.beans.SimpleBeanInfo
getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanClass

java.lang.Class beanClass

iconColor16x16Filename

java.lang.String iconColor16x16Filename

iconColor32x32Filename

java.lang.String iconColor32x32Filename

iconMono16x16Filename

java.lang.String iconMono16x16Filename

iconMono32x32Filename

java.lang.String iconMono32x32Filename
Constructor Detail

CIAgentBeanInfo

public CIAgentBeanInfo()
Creates a CIAgentBeanInfo object.
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Retrieves the property descriptoprs for the bean.
Returns:
an array of property descriptors
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo

getIcon

public java.awt.Image getIcon(int iconKind)
Retrieves the icon image for the bean.
Parameters:
iconKind - the integer for the type of icon to be retrieved
Returns:
the image for the icon
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Retrieves additional bean information.
Returns:
an array of BeanInfo objects
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo