API Overview API Index Direct link to this page
JDK 1.6
  Package: java.beans.beancontext
Author(s)
Since
1.2
Version
Serial
Description
  Provides classes and interfaces relating to bean context.
See also:   
BeanContext View Source The BeanContext acts a logical hierarchical container for JavaBeans.
BeanContextChild View Source JavaBeans wishing to be nested within, and obtain a reference to their execution environment, or context, as defined by the BeanContext sub-interface shall implement this interface.
BeanContextChildComponentProxy View Source This interface is implemented by BeanContextChildren that have an AWT Component associated with them.
BeanContextChildSupport View Source This is a general support class to provide support for implementing the BeanContextChild protocol.
BeanContextContainerProxy View Source This interface is implemented by BeanContexts' that have an AWT Container associated with them.
BeanContextEvent View Source BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, a BeanContext.
BeanContextMembershipEvent View Source A BeanContextMembershipEvent encapsulates the list of children added to, or removed from, the membership of a particular BeanContext.
BeanContextMembershipListener View Source Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes.
BeanContextProxy View Source This interface is implemented by a JavaBean that does not directly have a BeanContext(Child) associated with it (via implementing that interface or a subinterface thereof), but has a public BeanContext(Child) delegated from it.
BeanContextServiceAvailableEvent View Source This event type is used by the BeanContextServicesListener in order to identify the service being registered.
BeanContextServiceProvider View Source One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders.
BeanContextServiceProviderBeanInfo View Source A BeanContextServiceProvider implementor who wishes to provide explicit information about the services their bean may provide shall implement a BeanInfo class that implements this BeanInfo subinterface and provides explicit information about the methods, properties, events, etc, of their services.
BeanContextServiceRevokedEvent View Source This event type is used by the BeanContextServiceRevokedListener in order to identify the service being revoked.
BeanContextServiceRevokedListener View Source The listener interface for receiving BeanContextServiceRevokedEvent objects.
BeanContextServices View Source The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.
BeanContextServicesListener View Source The listener interface for receiving BeanContextServiceAvailableEvent objects.
BeanContextServicesSupport View Source This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.
BeanContextServicesSupport.BCSSChild View Source
BeanContextServicesSupport.BCSSProxyServiceProvider View Source
BeanContextServicesSupport.BCSSServiceProvider View Source subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider.
BeanContextSupport View Source This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.
BeanContextSupport.BCSChild View Source
BeanContextSupport.BCSIterator View Source protected final subclass that encapsulates an iterator but implements a noop remove() method.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar