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.
-
messageCatalogue
-
-
GaugeBeanInfoSupport()
-
-
copyright()
- Copyright method to ensure that short copyright string appears in class file.
-
getEventSetDescriptors(Class)
-
-
getMethodDescriptors(Class)
-
-
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.
messageCatalogue
protected final MessageCatalogue messageCatalogue
GaugeBeanInfoSupport
public GaugeBeanInfoSupport()
copyright
public static String copyright()
- Copyright method to ensure that short copyright string appears in class file.
getMethodDescriptors
protected MethodDescriptor[] getMethodDescriptors(Class beanClass)
getEventSetDescriptors
protected EventSetDescriptor[] getEventSetDescriptors(Class beanClass) throws IntrospectionException, NoSuchMethodException
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