API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. SimpleBeanInfo View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      SimpleBeanInfo
Implements
 BeanInfo
Subclasses
Description
public class SimpleBeanInfo
  This is a support class to make it easier for people to provide BeanInfo classes.
See also:   
Constructors
public SimpleBeanInfo ()
Methods
Hide/Show inherited methods
public BeanInfo getAdditionalBeanInfo () [Specified in BeanInfo]
  Claim there are no other relevant BeanInfo objects.
public BeanDescriptor getBeanDescriptor () [Specified in BeanInfo]
  Deny knowledge about the class and customizer of the bean.
public int getDefaultEventIndex () [Specified in BeanInfo]
  Deny knowledge of a default event.
public int getDefaultPropertyIndex () [Specified in BeanInfo]
  Deny knowledge of a default property.
public EventSetDescriptor getEventSetDescriptors () [Specified in BeanInfo]
  Deny knowledge of event sets.
public Image getIcon (int iconKind) [Specified in BeanInfo]
  Claim there are no icons available.
public MethodDescriptor getMethodDescriptors () [Specified in BeanInfo]
  Deny knowledge of methods.
public PropertyDescriptor getPropertyDescriptors () [Specified in BeanInfo]
  Deny knowledge of properties.
public Image loadImage (String resourceName)
  This is a utility method to help in loading icon images.
Fields
Hide/Show inherited fields
publicfinalstatic int ICON_COLOR_16x16 = "1" [Inherited From BeanInfo]
Constant to indicate a 16 x 16 color icon.
publicfinalstatic int ICON_COLOR_32x32 = "2" [Inherited From BeanInfo]
Constant to indicate a 32 x 32 color icon.
publicfinalstatic int ICON_MONO_16x16 = "3" [Inherited From BeanInfo]
Constant to indicate a 16 x 16 monochrome icon.
publicfinalstatic int ICON_MONO_32x32 = "4" [Inherited From BeanInfo]
Constant to indicate a 32 x 32 monochrome icon.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar