java.beans |
|
Java Source File Name | Type | Comment |
AppletInitializer.java | Interface |
This interface is designed to work in collusion with java.beans.Beans.instantiate. |
Beans.java | Class | This class provides some general purpose beans control methods. |
PropertyChangeEvent.java | Class | A "PropertyChange" event gets delivered whenever a bean changes a "bound"
or "constrained" property. |
PropertyChangeListener.java | Interface | A "PropertyChange" event gets fired whenever a bean changes a "bound"
property. |
PropertyChangeSupport.java | Class | This is a utility class that can be used by beans that support bound
properties. |
PropertyVetoException.java | Class | A PropertyVetoException is thrown when a proposed change to a
property represents an unacceptable value. |
VetoableChangeListener.java | Interface | A VetoableChange event gets fired whenever a bean changes a "constrained"
property. |
VetoableChangeSupport.java | Class | This is a utility class that can be used by beans that support constrained
properties. |
Visibility.java | Interface | Under some circumstances a bean may be run on servers where a GUI
is not available. |