Changed Classes and Interfaces |
AppletInitializer
|
This interface is designed to work in collusion with java.beans.Beans.instantiate. |
BeanInfo
|
A bean implementor who wishes to provide explicit information about their bean may provide a BeanInfo class that implements this BeanInfo interface and provides explicit information about the methods properties events etc of their bean. |
Beans
|
This class provides some general purpose beans control methods. |
DesignMode
|
This interface is intended to be implemented by or delegated from instances of java.beans.beancontext.BeanContext in order to propagate to its nested hierarchy of java.beans.beancontext.BeanContextChild instances the current "designTime" property. |
Introspector
|
The Introspector class provides a standard way for tools to learn about the properties events and methods supported by a target Java Bean. |
PropertyDescriptor
|
A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods. |