JSR-62 (Final)

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.

Since:
JDK1.1

JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.