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