All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport

public class GaugeBeanInfoSupport
extends SimpleBeanInfo
GaugeBeanInfoSupport provides helper methods to assist in the writing of BeanInfo classes that describe beans that act as Gauges.


Variable Index

 o messageCatalogue

Constructor Index

 o GaugeBeanInfoSupport()

Method Index

 o copyright()
Copyright method to ensure that short copyright string appears in class file.
 o getEventSetDescriptors(Class)
 o getMethodDescriptors(Class)
 o getPropertyDescriptors(Class, PropertyDescriptor[])
Return the property descriptors common to all gauges, appended with supplied property descriptors The common property descriptors will relate to the supplied bean class.

Variables

 o messageCatalogue
 protected final MessageCatalogue messageCatalogue

Constructors

 o GaugeBeanInfoSupport
 public GaugeBeanInfoSupport()

Methods

 o copyright
 public static String copyright()
Copyright method to ensure that short copyright string appears in class file.

 o getMethodDescriptors
 protected MethodDescriptor[] getMethodDescriptors(Class beanClass)
 o getEventSetDescriptors
 protected EventSetDescriptor[] getEventSetDescriptors(Class beanClass) throws IntrospectionException, NoSuchMethodException
 o getPropertyDescriptors
 protected PropertyDescriptor[] getPropertyDescriptors(Class beanClass,
                                                       PropertyDescriptor inputPropertyDescriptors[]) throws IntrospectionException
Return the property descriptors common to all gauges, appended with supplied property descriptors The common property descriptors will relate to the supplied bean class.


All Packages  Class Hierarchy  This Package  Previous  Next  Index