All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.gauge.OscilloscopeBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----COM.ibm.beans.gauge.OscilloscopeBeanInfo

public class OscilloscopeBeanInfo
extends SimpleBeanInfo

The BeanInfo class for the Oscilloscope gauge.


Constructor Index

 o OscilloscopeBeanInfo()
 

Method Index

 o copyright()
 
 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 OscilloscopeBeanInfo

 public OscilloscopeBeanInfo()

Methods

 o copyright

 public static String copyright()

 o getMethodDescriptors

 public MethodDescriptor[] getMethodDescriptors()
Returns the methods available on this gauge
Overrides:
getMethodDescriptors 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