Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Package java.beans

Contains classes for run-time Java Beans support.

See:
          Description

Interface Summary
PropertyChangeListener A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
VetoableChangeListener A VetoableChange event gets fired whenever a bean changes a "constrained" property.
Visibility Under some circumstances a bean may be run on servers where a GUI is not available.
 

Class Summary
Beans This class provides some general purpose beans control methods.
PropertyChangeEvent A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeSupport This is a utility class that can be used by beans that support bound properties.
VetoableChangeSupport This is a utility class that can be used by beans that support constrained properties.
 

Exception Summary
PropertyVetoException A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
 

Package java.beans Description

Contains classes for run-time Java Beans support. For example, the event classes are used by beans that fire property and vetoable change events (see PropertyChangeEvent).

Since:
JDK1.1

JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.