| Interfaces | |
|---|---|
| AppletInitializer | No description provided. |
| BeanInfo | No description provided. |
| Customizer | No description provided. |
| DesignMode | No description provided. |
| ExceptionListener | No description provided. |
| PropertyChangeListener | No description provided. |
| PropertyEditor | No description provided. |
| VetoableChangeListener | No description provided. |
| Visibility | No description provided. |
| Classes | |
|---|---|
| BeanDescriptor | Describes a bean's global information. |
| Beans | This class Beans provides some methods for manipulting bean
controls. |
| DefaultPersistenceDelegate | Default PersistenceDelegate for normal classes. |
| Encoder | The Encoder, together with PersistenceDelegate
s, can encode an object into a series of java statements. |
| EventHandler | No description provided. |
| EventSetDescriptor | No description provided. |
| Expression | No description provided. |
| FeatureDescriptor | Common base class for Descriptors. |
| IndexedPropertyChangeEvent | A type of PropertyChangeEvent that indicates that an indexed property has changed. |
| IndexedPropertyDescriptor | No description provided. |
| Introspector | The Introspector is a utility for developers to figure out
which properties, events, and methods a JavaBean supports. |
| MethodDescriptor | Describes a bean's method. |
| ParameterDescriptor | No description provided. |
| PersistenceDelegate | PersistenceDelegate instances write received bean objects to
encoders in the form of expressions and statements, which can be evaluated or
executed to reconstruct the recorded bean objects in a new environment during
decoding. |
| PropertyChangeEvent | No description provided. |
| PropertyChangeListenerProxy | No description provided. |
| PropertyChangeSupport | No description provided. |
| PropertyDescriptor | No description provided. |
| PropertyEditorManager | No description provided. |
| PropertyEditorSupport | No description provided. |
| SimpleBeanInfo | No description provided. |
| Statement | No description provided. |
| VetoableChangeListenerProxy | No description provided. |
| VetoableChangeSupport | No description provided. |
| XMLDecoder | XMLDecoder reads objects from xml created by
XMLEncoder. |
| XMLEncoder | XMLEncoder exnteds Encoder to write out the
encoded statements and expressions in xml format. |
| Exceptions | |
|---|---|
| IntrospectionException | No description provided. |
| PropertyVetoException | Indicates that a proposed property change is unacceptable. |