| 接口 | 描述 |
|---|---|
| BeanContext |
BeanContext对JavaBeans起着逻辑分层容器的作用。
|
| BeanContextChild |
希望嵌套在JavaBeans中,并且获得对它们的执行环境的引用,或者由BeanContext子接口定义的上下文将实现该接口。
|
| BeanContextChildComponentProxy |
该接口由
BeanContextChildren ,它们具有
Component联的AWT
Component 。
|
| BeanContextContainerProxy |
该接口由BeanContexts实现,它们具有与它们相关联的AWT容器。
|
| BeanContextMembershipListener |
BeanContext的成员状态发生变化时,BeanContexts会在此界面上触发事件。
|
| BeanContextProxy |
该接口由不直接具有与之关联的BeanContext(Child)的JavaBean实现(通过实现该接口或其子接口),但具有从其委托的公共BeanContext(Child)。
|
| BeanContextServiceProvider |
BeanContext的主要功能之一就是作为JavaBeans和BeanContextServiceProviders之间的会合。
|
| BeanContextServiceProviderBeanInfo |
一个BeanContextServiceProvider实现者希望提供关于他们的bean可能提供的服务的显式信息,应该实现一个实现这个BeanInfo子接口的BeanInfo类,并提供有关其服务的方法,属性,事件等的显式信息。
|
| BeanContextServiceRevokedListener |
用于接收
BeanContextServiceRevokedEvent对象的侦听器接口。
|
| BeanContextServices |
BeanContextServices接口提供了一个机制,让BeanContext将通用的“服务”公开给它的BeanContextChild对象。
|
| BeanContextServicesListener |
用于接收
BeanContextServiceAvailableEvent对象的侦听器接口。
|
| 类 | 描述 |
|---|---|
| BeanContextChildSupport |
这是一个通用支持类,用于为实现BeanContextChild协议提供支持。
|
| BeanContextEvent |
BeanContextEvent是用于从发射的所有事件的抽象根事件类,和有关的语义,一个
BeanContext 。
|
| BeanContextMembershipEvent |
A
BeanContextMembershipEvent封装了添加到
BeanContextMembershipEvent BeanContext的
BeanContextMembershipEvent资格或从其中删除的子
BeanContext 。
|
| BeanContextServiceAvailableEvent |
BeanContextServicesListener使用此事件类型来识别正在注册的服务。
|
| BeanContextServiceRevokedEvent |
该事件类型由
BeanContextServiceRevokedListener用于识别正在撤销的服务。
|
| BeanContextServicesSupport |
这个助手类提供java.beans.beancontext.BeanContextServices接口的实用程序实现。
|
| BeanContextServicesSupport.BCSSServiceProvider |
子类可以将此嵌套类子类化为每个BeanContextServicesProvider添加行为。
|
| BeanContextSupport |
这个帮助类提供java.beans.beancontext.BeanContext接口的实用程序实现。
|
| BeanContextSupport.BCSIterator |
受保护的final子类封装了一个迭代器,但实现了一个noop remove()方法。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.