Generated by
JDiff

Package java.beans.beancontext

Changed Classes and Interfaces
BeanContext

The BeanContext acts a logical hierarchical 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.

BeanContextChildComponentProxy

This interface is implemented by BeanContextChildren that have an AWT Component associated with them.

BeanContextChildSupport

This is a general support class to provide support for implementing the BeanContextChild protocol.

BeanContextContainerProxy

This interface is implemented by BeanContexts' that have an AWT Container associated with them.

BeanContextMembershipEvent A BeanContextMembershipEvent encapsulates the list of children added to or removed from the membership of a particular BeanContext.
BeanContextProxy

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.

BeanContextSupport This helper class provides a utility implementation of the java.beans.beancontext.BeanContext interface.