BeanInfoEmbryo | A BeanInfoEmbryo accumulates information about a Bean
while it is in the process of being created, and then
when you are done accumulating the information, the
getBeanInfo() method may be called to create a BeanInfo
object based on the information.
This class is not well-synchronized. |
DefaultExceptionListener | The DefaultExceptionListener is the default implementation of the
ExceptionListener interface. |
DummyAppletStub | Placeholder implementation of AppletStub providing no functionality.
|
ExplicitBeanInfo | ExplicitBeanInfo lets you specify in the constructor
all the various parts of the BeanInfo.
|
IntrospectionIncubator | IntrospectionIncubator takes in a bunch of Methods, and
Introspects only those Methods you give it.
See addMethod(Method) for details which rules apply to
the methods.
|