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.


Constructor Index

 o StackImageBeanInfoSupport()

Method Index

 o copyright()
Copyright method to ensure that short copyright string appears in class file.
 o getPropertyDescriptors(Class)
Return the property descriptors common to all stack image indicator gauges.

Constructors

 o StackImageBeanInfoSupport
 public StackImageBeanInfoSupport()

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) throws IntrospectionException
Return the property descriptors common to all stack image indicator gauges.


All Packages  Class Hierarchy  This Package  Previous  Next  Index