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
-
ExplicitButtonBeanInfo()
-
-
getBeanDescriptor()
- Deny knowledge about the class and customizer of the bean.
-
getDefaultPropertyIndex()
- Deny knowledge of a default property.
-
getEventSetDescriptors()
- Deny knowledge of event sets.
-
getIcon(int)
- Claim there are no icons available.
-
getPropertyDescriptors()
- Deny knowledge of properties.
ExplicitButtonBeanInfo
public ExplicitButtonBeanInfo()
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Deny knowledge of properties.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- Deny knowledge of a default property.
- Overrides:
- getDefaultPropertyIndex in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Deny knowledge of event sets.
- Overrides:
- getEventSetDescriptors in class SimpleBeanInfo
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Deny knowledge about the class and customizer of the bean.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
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