All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunw.demo.buttons.ExplicitButtonBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----sunw.demo.buttons.ExplicitButtonBeanInfo

public class ExplicitButtonBeanInfo
extends SimpleBeanInfo
BeanInfo for an ExplicitButton.

See Also:
ExplicitButton

Constructor Index

 o ExplicitButtonBeanInfo()

Method Index

 o getBeanDescriptor()
Deny knowledge about the class and customizer of the bean.
 o getDefaultPropertyIndex()
Deny knowledge of a default property.
 o getEventSetDescriptors()
Deny knowledge of event sets.
 o getIcon(int)
Claim there are no icons available.
 o getPropertyDescriptors()
Deny knowledge of properties.

Constructors

 o ExplicitButtonBeanInfo
 public ExplicitButtonBeanInfo()

Methods

 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Deny knowledge of properties.

Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
Deny knowledge of a default property.

Overrides:
getDefaultPropertyIndex in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Deny knowledge of event sets.

Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Deny knowledge about the class and customizer of the bean.

Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Claim there are no icons available.

Overrides:
getIcon in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index