Uses of Package
java.beans

Packages that use java.beans
com.jjt.utbeg   
java.awt   
java.beans   
 

Classes in java.beans used by com.jjt.utbeg
PropertyChangeEvent
          A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeListener
          A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
PropertyChangeSupport
          This is a utility class that can be used by beans that support bound properties.
 

Classes in java.beans used by java.awt
PropertyChangeListener
          A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
PropertyChangeSupport
          This is a utility class that can be used by beans that support bound properties.
 

Classes in java.beans used by java.beans
AppletInitializer
           This interface is designed to work in collusion with java.beans.Beans.instantiate.
BeanDescriptor
          A BeanDescriptor provides global information about a "bean", including its Java class, its displayName, etc.
BeanInfo
          A bean implementor who wishes to provide explicit information about their bean may provide a BeanInfo class that implements this BeanInfo interface and provides explicit information about the methods, properties, events, etc, of their bean.
EventSetDescriptor
          An EventSetDescriptor describes a group of events that a given Java bean fires.
FeatureDescriptor
          The FeatureDescriptor class is the common baseclass for PropertyDescriptor, EventSetDescriptor, and MethodDescriptor, etc.
GenericBeanInfo
          Package private implementation support class for Introspector's internal use.
IndexedPropertyDescriptor
          An IndexedPropertyDescriptor describes a property that acts like an array and has an indexed read and/or indexed write method to access specific elements of the array.
IntrospectionException
          Thrown when an exception happens during Introspection.
MethodDescriptor
          A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
ParameterDescriptor
          The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.Method class.
PropertyChangeEvent
          A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeListener
          A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
PropertyDescriptor
          A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
PropertyEditor
          A PropertyEditor class provides support for GUIs that want to allow users to edit a property value of a given type.
PropertyVetoException
          A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
SimpleBeanInfo
          This is a support class to make it easier for people to provide BeanInfo classes.
VetoableChangeListener
          A VetoableChange event gets fired whenever a bean changes a "constrained" property.