All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.beaninfo.AbstractButtonBeanInfo

java.lang.Object
    |
    +----java.beans.SimpleBeanInfo
            |
            +----java.awt.swing.beaninfo.SwingBeanInfo
                    |
                    +----java.awt.swing.beaninfo.AbstractButtonBeanInfo

public class AbstractButtonBeanInfo
extends SwingBeanInfo
Descriptive information about the AbstractButton class for Java Beans application builders. This BeanInfo class provides descriptions of each property, of the bean itself, it indicates which AbstractButton properties are bound, and it provides other information and icons useful to builders.


Constructor Index

 o AbstractButtonBeanInfo()

Method Index

 o getBeanDescriptor()
 o getIcon(int)
 o getPropertyDescriptors()
This method returns a list of bean PropertyDescriptors, one for each public property in AbstractButton.

Constructors

 o AbstractButtonBeanInfo
public AbstractButtonBeanInfo()

Methods

 o getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
Returns:
a AbstractButton BeanDescriptor
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
This method returns a list of bean PropertyDescriptors, one for each public property in AbstractButton. The first property is the "default" property.

Returns:
a complete list of bean PropertyDescriptors for AbstractButton
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
See Also:
SwingBeanInfo, getDefaultPropertyIndex
 o getIcon
public Image getIcon(int kind)
Returns:
an icon of the specified kind for AbstractButton
Overrides:
getIcon in class SwingBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Submit a bug or feature