All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.toolkit.gauge.bean.StackImageBeanInfoSupport
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport
|
+----com.ibm.eou.toolkit.gauge.bean.StackImageBeanInfoSupport
- public class StackImageBeanInfoSupport
- extends GaugeBeanInfoSupport
StackImageGaugeBeanInfoSupport provides static helper methods to assist in the writing of BeanInfo classes
that act as stacked image gauges.
-
StackImageBeanInfoSupport()
-
-
copyright()
- Copyright method to ensure that short copyright string appears in class file.
-
getPropertyDescriptors(Class)
- Return the property descriptors common to all stack image indicator gauges.
StackImageBeanInfoSupport
public StackImageBeanInfoSupport()
copyright
public static String copyright()
- Copyright method to ensure that short copyright string appears in class file.
getPropertyDescriptors
protected PropertyDescriptor[] getPropertyDescriptors(Class beanClass) throws IntrospectionException
- Return the property descriptors common to all stack image indicator gauges.
All Packages Class Hierarchy This Package Previous Next Index