Package javaa.beans
package javaa.beans
-
ClassDescriptionDescribes a bean's global information.This class
Beansprovides some methods for manipulting bean controls.Default PersistenceDelegate for normal classes.TheEncoder, together withPersistenceDelegates, can encode an object into a series of java statements.Common base class for Descriptors.A type ofPropertyChangeEventthat indicates that an indexed property has changed.TheIntrospectoris a utility for developers to figure out which properties, events, and methods a JavaBean supports.Describes a bean's method.PersistenceDelegateinstances 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.Indicates that a proposed property change is unacceptable.XMLDecoderreads objects from xml created byXMLEncoder.XMLEncoderextendsEncoderto write out the encoded statements and expressions in xml format.