All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.led.LEDClockBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.led.LEDClockBeanInfo

public class LEDClockBeanInfo
extends SimpleBeanInfo
The class represents a BeanInfo for LEDClock.

See Also:
LEDClock

Constructor Index

 o LEDClockBeanInfo()

Method Index

 o getAdditionalBeanInfo()
Gets a BeanInfo for the superclass of this bean.
 o getBeanDescriptor()
The method returns bean descriptor
 o getEventSetDescriptors()
Gets the events thrown by this bean descriptors.
 o getIcon(int)
Gets the bean icon.
 o getPropertyDescriptors()
Return the property descriptors for this bean.

Constructors

 o LEDClockBeanInfo
 public LEDClockBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
The method returns bean descriptor

Returns:
bean descriptor
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getAdditionalBeanInfo
 public BeanInfo[] getAdditionalBeanInfo()
Gets a BeanInfo for the superclass of this bean.

Returns:
BeanInfo[] containing this bean's superclass BeanInfo
Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int icon_kind)
Gets the bean icon.

Parameters:
icon_kind - int
Returns:
java.awt.Image
Overrides:
getIcon in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Gets the events thrown by this bean descriptors.

Returns:
events thrown by this bean
Overrides:
getEventSetDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index