Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
Interface Summary | |
BeanContext | The BeanContext acts a logical heirarchical container for JavaBeans. |
BeanContextChild | 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. |
BeanContextContainer | This interface is implemented by BeanContexts' that have an AWT Container associated with them. |
BeanContextMembershipListener | Compliant BeanContexts fire events on this interface when the state of the membership of the BeanContext changes. |
BeanContextServiceProvider | One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders. |
BeanContextServiceRevokedListener | |
BeanContextServices | The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within. |
BeanContextServicesListener |
Class Summary | |
BeanContextAddedEvent | Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance. |
BeanContextChildSupport | This is a general support class to provide support for implementing the BeanContextChild protocol. |
BeanContextEvent | BeanContextEvent is the abstract root event class for all events emitted from, and pertaining to the semantics of, a BeanContext. |
BeanContextMembershipEvent | Compliant BeanContexts fire events on this interface when state maintained by the BeanContext, for some or all of its "children", changes, to all BeanContextListeners that register themselves with a particular BeanContext. |
BeanContextRemovedEvent | Compliant BeanContexts fire events on this interface when one or more children are added to the set of chilren nested by this instance. |
BeanContextServiceAvailableEvent | This event type is used by the BeanContextServicesListener in order to identify the service being registered. |
BeanContextServiceRevokedEvent | This event type is used by the BeanContextServicesListener in order to identify the service being revoked. |
BeanContextServicesSupport | This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface. |
BeanContextServicesSupport.BCSSChild | |
BeanContextServicesSupport.BCSSServiceProvider | subclasses may subclass this nested class to add behaviors for each BeanContextServicesProvider. |
BeanContextSupport | This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface. |
BeanContextSupport.BCSChild | |
BeanContextSupport.BCSIterator | protected final subclass that encapsulates an iterator but implements a noop remove() method. |
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |