All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class ArcBlockIndicatorBeanInfo
extends GaugeBeanInfoSupport
The BeanInfo class for the ArcBlockIndicator gauge.


Constructor Index

 o ArcBlockIndicatorBeanInfo()

Method Index

 o copyright()
Copyright method to ensure that short copyright string appears in class file.
 o getBeanDescriptor()
Return a descriptor for this gauge.
 o getEventSetDescriptors()
Returns the event sets available on this gauge.
 o getIcon(int)
Return the icon associated with this gauge.
 o getMethodDescriptors()
Returns the methods available on this gauge.
 o getPropertyDescriptors()
Returns the properties available on this gauge.

Constructors

 o ArcBlockIndicatorBeanInfo
 public ArcBlockIndicatorBeanInfo()

Methods

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

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Return a descriptor for this gauge.

Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Returns the methods available on this gauge.

Overrides:
getMethodDescriptors in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Returns the event sets available on this gauge.

Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the properties available on this gauge.

Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Return the icon associated with this gauge.

Overrides:
getIcon in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index