Changed Methods |
void flushFromCaches(Class )
|
Documentation changed from old to new. |
Flush the Introspector's internal cached information for a given class. |
void setBeanInfoSearchPath(String[] )
|
Documentation changed from old to new. |
Change the list of package names that will be used for finding BeanInfo classes. |
BeanInfo getBeanInfo(Class )
|
Documentation changed from old to new. |
Introspect on a Java Bean and learn about all its properties exposed methods and events. |
BeanInfo getBeanInfo(Class, int)
|
Documentation changed from old to new. |
Introspect on a Java bean and learn about all its properties exposed methods and events subject to some control flags. |
BeanInfo getBeanInfo(Class, Class)
|
Documentation changed from old to new. |
Introspect on a Java bean and learn all about its properties exposed methods below a given "stop" point. |