|
All Packages Class Hierarchy This Package Previous Next Index Class java.beans.SimpleBeanInfojava.lang.Object | +----java.beans.SimpleBeanInfo This is a support class to make it easier for people to provide BeanInfo classes. It defaults to providing "noop" information, and can be selectively overriden to provide more explicit information on chosen topics. When the introspector sees the "noop" values, it will apply low level introspection and design patterns to automatically analyze the target bean.
SimpleBeanInfopublic SimpleBeanInfo() getBeanDescriptorpublic BeanDescriptor getBeanDescriptor()
public PropertyDescriptor[] getPropertyDescriptors()
public int getDefaultPropertyIndex()
public EventSetDescriptor[] getEventSetDescriptors()
public int getDefaultEventIndex()
public MethodDescriptor[] getMethodDescriptors()
public BeanInfo[] getAdditionalBeanInfo()
public Image getIcon(int iconKind)
public Image loadImage(String resourceName)
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |