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