All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport
|
+----com.ibm.eou.toolkit.gauge.bean.StackImageBeanInfoSupport
|
+----com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
- public class StackCoinIndicatorBeanInfo
- extends StackImageBeanInfoSupport
The BeanInfo class for the StackCoinIndicator gauge.
-
StackCoinIndicatorBeanInfo()
-
-
copyright()
- Copyright method to ensure that short copyright string appears in class file.
-
getBeanDescriptor()
- Return a descriptor for this gauge.
-
getEventSetDescriptors()
- Returns the event sets available on this gauge.
-
getIcon(int)
- Return the icon associated with this gauge.
-
getMethodDescriptors()
- Returns the methods available on this gauge.
-
getPropertyDescriptors()
- Returns the properties available on this gauge.
StackCoinIndicatorBeanInfo
public StackCoinIndicatorBeanInfo()
copyright
public static String copyright()
- Copyright method to ensure that short copyright string appears in class file.
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Return a descriptor for this gauge.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Returns the methods available on this gauge.
- Overrides:
- getMethodDescriptors in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Returns the event sets available on this gauge.
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the properties available on this gauge.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
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