All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.swingchart.ChartDataAggregatorBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.eou.swingchart.ChartDataAggregatorBeanInfo

public class ChartDataAggregatorBeanInfo
extends SimpleBeanInfo
BeanInfo for ChartDataAggregator java bean


Constructor Index

 o ChartDataAggregatorBeanInfo()

Method Index

 o copyright()
 o getEventSetDescriptors()
Return an array of event set descriptors
 o getIcon(int)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
 o getMethodDescriptors()
Return array of method descriptors
 o getPropertyDescriptors()
Returns descriptions of this bean's properties.

Constructors

 o ChartDataAggregatorBeanInfo
 public ChartDataAggregatorBeanInfo()

Methods

 o copyright
 public static String copyright()
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Return an array of event set descriptors

Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int nIconKind)
Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).

Parameters:
iconKind - the type of icon desired, one of: BeanInfo.ICON_MONO_16x16, BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_32x32, or BeanInfo.ICON_COLOR_32x32.
Returns:
an image for this bean
Overrides:
getIcon in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Return array of method descriptors

Overrides:
getMethodDescriptors in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns descriptions of this bean's properties.

Overrides:
getPropertyDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index