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
-
LEDClockBeanInfo()
-
-
getAdditionalBeanInfo()
- Gets a BeanInfo for the superclass of this bean.
-
getBeanDescriptor()
- The method returns bean descriptor
-
getEventSetDescriptors()
- Gets the events thrown by this bean descriptors.
-
getIcon(int)
- Gets the bean icon.
-
getPropertyDescriptors()
- Return the property descriptors for this bean.
LEDClockBeanInfo
public LEDClockBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- The method returns bean descriptor
- Returns:
- bean descriptor
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
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
getIcon
public Image getIcon(int icon_kind)
- Gets the bean icon.
- Parameters:
- icon_kind - int
- Returns:
- java.awt.Image
- Overrides:
- getIcon in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Return the property descriptors for this bean.
- Returns:
- java.beans.PropertyDescriptor[]
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
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