|
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. |
| DefaultExceptionListener |
The DefaultExceptionListener is the default implementation of the
java.beans.ExceptionListener interface. |
| DoubleKey |
This class is a hashmap key that consists of a Class and a
String element. |
| DummyAppletContext |
A placeholder AppletContext implementation that does nothing. |
| DummyAppletStub |
Placeholder implementation of AppletStub providing no functionality. |
| EmptyBeanInfo |
EmptyBeanInfo is a BeanInfo that discloses no
information about the Bean and does not allow
Introspection. |
| 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 IntrospectionIncubator.addMethod(Method) 55 for details which rules apply to
the methods. |