パッケージ | 説明 |
---|---|
java.beans.beancontext |
Beanコンテキストに関連するクラスおよびインタフェースを提供します。
|
修飾子と型 | インタフェースと説明 |
---|---|
interface |
BeanContextServices
BeanContextServicesインタフェースは、BeanContextChildオブジェクトがジェネリック・サービスを受けられるようにするためのメカニズムをBeanContextに提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
BeanContextChildSupport
BeanContextChildプロトコルの実装をサポートするための一般的なサポート・クラスです。
|
class |
BeanContextServicesSupport
このヘルパー・クラスは、java.beans.beancontext.BeanContextServicesインタフェースのユーティリティの実装を提供します。
|
class |
BeanContextSupport
このヘルパー・クラスは、java.beans.beancontext.BeanContextインタフェースのユーティリティの実装を提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
protected static BeanContextServicesListener |
BeanContextServicesSupport.getChildBeanContextServicesListener(Object child)
指定された子のBeanContextServicesListener (存在する場合)を取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
BeanContextServicesSupport.addBeanContextServicesListener(BeanContextServicesListener bcsl)
BeanContextServicesListenerを追加します
|
void |
BeanContextServices.addBeanContextServicesListener(BeanContextServicesListener bcsl)
このBeanContextに
BeanContextServicesListener を追加します |
void |
BeanContextServicesSupport.removeBeanContextServicesListener(BeanContextServicesListener bcsl)
BeanContextServicesListenerを削除します
|
void |
BeanContextServices.removeBeanContextServicesListener(BeanContextServicesListener bcsl)
この
BeanContext からBeanContextServicesListener を削除します |
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.