All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class NeedleBeanInfoSupport
extends GaugeBeanInfoSupport
NeedleBeanInfoSupport provides static helper methods to assist in the writing of BeanInfo classes that describe beans that act as needle gauges.


Constructor Index

 o NeedleBeanInfoSupport()

Method Index

 o copyright()
Copyright method to ensure that short copyright string appears in class file.
 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.

Constructors

 o NeedleBeanInfoSupport
 public NeedleBeanInfoSupport()

Methods

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

 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.

Overrides:
getPropertyDescriptors in class GaugeBeanInfoSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index