aicas logo Jamaica 3.4 release 8

Uses of Package
java.beans

Packages that use java.beans
java.awt Abstract Window Toolkit classes. 
java.beans Listeners and descriptors for managing beans. 
java.beans.beancontext Containers and execution environments for beans. 
java.lang.management A series of management beans which provide access to information about the virtual machine and its underlying operating system. 
java.util.logging Utility classes for logging events. 
 

Classes in java.beans used by java.awt
PropertyChangeListener
          PropertyChangeListener allows a class to monitor properties of a Bean for changes.
PropertyChangeSupport
          PropertyChangeSupport makes it easy to fire property change events and handle listeners.
PropertyVetoException
          PropertyVetoException is thrown when a VetoableChangeListener doesn't like the proposed change.
VetoableChangeListener
          VetoableChangeListener allows a class to monitor proposed changes to properties of a Bean and, if desired, prevent them from occurring.
 

Classes in java.beans used by java.beans
AppletInitializer
          This interface is a mechanism for the initialization of a Java Bean that is also an Applet.
BeanDescriptor
          BeanDescriptor describes general information about a Bean, plus stores the Bean's Class and it's customizer's Class.
BeanInfo
          BeanInfo can be implemented in order to provide explicit information to the Introspector.
Encoder
           
EventSetDescriptor
          EventSetDescriptor describes the hookup between an event source class and an event listener class.
ExceptionListener
          This interface allows a class to monitor internal exceptions, to try to recover from them.
Expression
          An Expression captures the execution of an object method that returns a value.
FeatureDescriptor
          FeatureDescriptor is the common superclass for all JavaBeans Descriptor classes.
IntrospectionException
          IntrospectionException is thrown when the Introspector fails.
MethodDescriptor
          MethodDescriptor describes information about a JavaBeans method.
ParameterDescriptor
          ParameterDescriptor represents a single parameter to a method.
PersistenceDelegate
          A PersistenceDelegate describes how a another object has to constructed and transformed in order to create a complete replicate.
PropertyChangeEvent
          PropertyChangeEvents are fired in the PropertyChange and VetoableChange event classes.
PropertyChangeListener
          PropertyChangeListener allows a class to monitor properties of a Bean for changes.
PropertyDescriptor
          PropertyDescriptor describes information about a JavaBean property, by which we mean a property that has been exposed via a pair of get and set methods.
PropertyEditor
          PropertyEditors are custom GUI editors for specific types of values.
PropertyVetoException
          PropertyVetoException is thrown when a VetoableChangeListener doesn't like the proposed change.
Statement
          A Statement captures the execution of an object method.
VetoableChangeListener
          VetoableChangeListener allows a class to monitor proposed changes to properties of a Bean and, if desired, prevent them from occurring.
 

Classes in java.beans used by java.beans.beancontext
BeanInfo
          BeanInfo can be implemented in order to provide explicit information to the Introspector.
DesignMode
          BeanContextChild implementors implement this to get information about whether they are in a design time or runtime environment.
PropertyChangeEvent
          PropertyChangeEvents are fired in the PropertyChange and VetoableChange event classes.
PropertyChangeListener
          PropertyChangeListener allows a class to monitor properties of a Bean for changes.
PropertyChangeSupport
          PropertyChangeSupport makes it easy to fire property change events and handle listeners.
PropertyVetoException
          PropertyVetoException is thrown when a VetoableChangeListener doesn't like the proposed change.
VetoableChangeListener
          VetoableChangeListener allows a class to monitor proposed changes to properties of a Bean and, if desired, prevent them from occurring.
VetoableChangeSupport
          VetoableChangeSupport makes it easy to fire vetoable change events and handle listeners.
Visibility
          Visibility is an interface a Bean may implement so that the environment can tell the Bean whether there is a GUI or not, and so that the Bean can tell the environment whether it needs one or can run without one.
 

Classes in java.beans used by java.lang.management
ConstructorProperties
          An annotation used to associate the parameters of a constructor with the accessor methods that later provide access to these values.
 

Classes in java.beans used by java.util.logging
PropertyChangeListener
          PropertyChangeListener allows a class to monitor properties of a Bean for changes.
 


aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.