|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.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.
Constructor Summary | |
SimpleBeanInfo()
|
Method Summary | |
BeanInfo[] |
getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects. |
BeanDescriptor |
getBeanDescriptor()
Deny knowledge about the class and customizer of the bean. |
int |
getDefaultEventIndex()
Deny knowledge of a default event. |
int |
getDefaultPropertyIndex()
Deny knowledge of a default property. |
EventSetDescriptor[] |
getEventSetDescriptors()
Deny knowledge of event sets. |
Image |
getIcon(int iconKind)
Claim there are no icons available. |
MethodDescriptor[] |
getMethodDescriptors()
Deny knowledge of methods. |
PropertyDescriptor[] |
getPropertyDescriptors()
Deny knowledge of properties. |
Image |
loadImage(String resourceName)
This is a utility method to help in loading icon images. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SimpleBeanInfo()
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".
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |