Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----java.beans.SimpleBeanInfo
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.
Method Summary | |
BeanInfo[] | getAdditionalBeanInfo()
|
BeanDescriptor | getBeanDescriptor()
|
int | getDefaultEventIndex()
|
int | getDefaultPropertyIndex()
|
EventSetDescriptor[] | getEventSetDescriptors()
|
Image | getIcon(int iconKind)
|
MethodDescriptor[] | getMethodDescriptors()
|
PropertyDescriptor[] | getPropertyDescriptors()
|
Image | loadImage(String resourceName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public 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)
resourceName
- A pathname relative to the directory
holding the class file of the current class. For example,
"wombat.gif".
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |