Package gnu.java.beans

Class Summary

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.

DefaultExceptionListenerThe DefaultExceptionListener is the default implementation of the ExceptionListener interface.
DummyAppletStubPlaceholder 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.