Package java. beans. beancontext
See: Description
-
Interface Summary Interface Description 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 byBeanContextChildren
that have an AWTComponent
associated with them.BeanContextContainerProxy 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.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.BeanContextServiceProvider One of the primary functions of a BeanContext is to act a as rendezvous between JavaBeans, and BeanContextServiceProviders.BeanContextServiceProviderBeanInfo 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.BeanContextServiceRevokedListener The listener interface for receivingBeanContextServiceRevokedEvent
objects.BeanContextServices The BeanContextServices interface provides a mechanism for a BeanContext to expose generic "services" to the BeanContextChild objects within.BeanContextServicesListener The listener interface for receivingBeanContextServiceAvailableEvent
objects. -
Class Summary Class Description 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, aBeanContext
.BeanContextMembershipEvent ABeanContextMembershipEvent
encapsulates the list of children added to, or removed from, the membership of a particularBeanContext
.BeanContextServiceAvailableEvent This event type is used by the BeanContextServicesListener in order to identify the service being registered.BeanContextServiceRevokedEvent This event type is used by theBeanContextServiceRevokedListener
in order to identify the service being revoked.BeanContextServicesSupport This helper class provides a utility implementation of the java.beans.beancontext.BeanContextServices interface.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.BCSIterator protected final subclass that encapsulates an iterator but implements a noop remove() method.
Package java.beans.beancontext Description
- Since:
- 1.2
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
22/01/2025 05:34:07 Cette version de la page est en cache (à la date du 22/01/2025 05:34:07) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 22/01/2007, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/beans/beancontext/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.