|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個軟體套件 下一個軟體套件 | 框架 無框架 |
請參見:
描述
介面摘要 | |
---|---|
BeanContext | BeanContext 是 JavaBean 的邏輯層次容器。 |
BeanContextChild | 正如 BeanContext 子介面所定義的,希望在其中進行巢狀並獲得對其執行環境(或文本)的參考的 JavaBeans 應該實作此介面。 |
BeanContextChildComponentProxy |
此介面由具有與之相關的 AWT Component 的 BeanContextChildren 實作。 |
BeanContextContainerProxy | 此介面由具有與之關聯的 AWT Container 的 BeanContext 實作。 |
BeanContextMembershipListener | 當 BeanContext 的成員關係狀態發生更改時,相容的 BeanContext 在此介面上觸發事件。 |
BeanContextProxy | 此介面由並不直接擁有(通過實作該介面或一個子介面擁有)與之關聯的 BeanContext(Child),但是擁有它代理的一個公共 BeanContext(Child) 的 JavaBean 實作。 |
BeanContextServiceProvider | BeanContext 的主要功能之一是充當 JavaBeans 與 BeanContextServiceProviders 之間的集合點。 |
BeanContextServiceProviderBeanInfo | 希望提供關於其 bean 可能提供服務的顯式訊息的 BeanContextServiceProvider 實作者應實作某個 BeanInfo 類別,該類別實作此 BeanInfo 的子介面並提供有關其服務的方法、屬性、事件等顯式資訊。 |
BeanContextServiceRevokedListener | 用於接收 BeanContextServiceRevokedEvent 物件的偵聽器介面。 |
BeanContextServices | BeanContextServices 介面為 BeanContext 提供某種機制,將一般的 "services" 向其中的 BeanContextChild 物件公開。 |
BeanContextServicesListener | 用於接收 BeanContextServiceAvailableEvent 物件的偵聽器介面。 |
類別摘要 | |
---|---|
BeanContextChildSupport | 這是一個為實作 BeanContextChild 協議提供支持的一般支持類別。 |
BeanContextEvent |
BeanContextEvent 是所有從 BeanContext 發出並與其語義有關事件的抽象根事件類別。 |
BeanContextMembershipEvent | BeanContextMembershipEvent 封裝添加到特定 BeanContext 成員關係中(或從中移除)子級的列表。 |
BeanContextServiceAvailableEvent | BeanContextServicesListener 使用此事件型別來標識將被註冊的服務。 |
BeanContextServiceRevokedEvent |
BeanContextServiceRevokedListener 使用此事件型別來標識將被取消的服務。 |
BeanContextServicesSupport | 此說明器類別提供 java.beans.beancontext.BeanContextServices 介面的實用工具實作。 |
BeanContextServicesSupport.BCSSServiceProvider | 子類別可以為此巢狀類別創建子類別,以便為每個 BeanContextServicesProvider 添加行為。 |
BeanContextSupport | 此說明器類別提供 java.beans.beancontext.BeanContext 介面的實用工具實作。 |
BeanContextSupport.BCSIterator | 受保護的最終子類別,它封裝一個迭代器但實作無操作 remove() 方法。 |
提供與 bean 上下文有關的類別和介面。bean 上下文是一個 bean 的容器,它定義所包含 bean 的執行環境。但單個 bean 上下文中可能有幾個 bean,一個 bean 上下文可以巢狀在另一個 bean 上下文中。此套件還包含將在某個 bean 上下文中添加和移除的 bean 的事件及偵聽器介面。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個軟體套件 下一個軟體套件 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。