JavaTM 2
Platform
Std. Ed. v1.4.0

インタフェース
java.beans.beancontext.BeanContextChild の使用

BeanContextChild を使用しているパッケージ
java.beans.beancontext bean コンテキストに関連するクラスおよびインタフェースを提供します。 
 

java.beans.beancontext での BeanContextChild の使用
 

java.beans.beancontext での BeanContextChild のサブインタフェース
 interface BeanContext
           BeanContext は JavaBeans の論理階層コンテナとして機能します。
 interface BeanContextServices
           BeanContextServices インタフェースは、BeanContextChild オブジェクトが汎用サービスを受けられるようにするための機構を BeanContext に提供します。
 

BeanContextChild を実装している java.beans.beancontext のクラス
 class BeanContextChildSupport
           BeanContextChild プロトコルの実装をサポートするための一般的なサポートクラスです。
 class BeanContextServicesSupport
           このヘルパークラスは、java.beans.beancontext.BeanContextServices インタフェースのユーティリティの実装を提供します。
 class BeanContextSupport
          このヘルパークラスは java.beans.beancontext.BeanContext インタフェースのユーティリティの実装を提供します。
 

BeanContextChild として宣言されている java.beans.beancontext のフィールド
 BeanContextChild BeanContextChildSupport.beanContextChildPeer
          この BeanContextChild が入れ子になる BeanContext です。
 

BeanContextChild を返す java.beans.beancontext のメソッド
protected static BeanContextChild BeanContextSupport.getChildBeanContextChild(Object child)
          指定された子の BeanContextChild (存在する場合) を取得します。
 BeanContextChild BeanContextProxy.getBeanContextProxy()
          このオブジェクトに関連した BeanContextChild (またはサブインタフェース) を取得します。
 BeanContextChild BeanContextChildSupport.getBeanContextChildPeer()
          この BeanContextChildSupport に関連した BeanContextChild を取得します。
 

BeanContextChild 型のパラメータを持つ java.beans.beancontext のメソッド
 InputStream BeanContextSupport.getResourceAsStream(String name, BeanContextChild bcc)
           
 URL BeanContextSupport.getResource(String name, BeanContextChild bcc)
           
 Object BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
          サービスを取得します。
 void BeanContextServicesSupport.releaseService(BeanContextChild child, Object requestor, Object service)
          サービスを解放します。
 Object BeanContextServices.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
          BeanContextChild、または BeanContextChild に関連した任意のオブジェクトは、このメソッドを呼び出すことによって、入れ子になっている BeanContextServices から現在登録されているサービスへの参照を取得できます。
 void BeanContextServices.releaseService(BeanContextChild child, Object requestor, Object service)
          基本的な BeanContextServiceProvider の releaseService() を呼び出すことによって、BeanContextChild (または BeanContextChild に関連した任意のオブジェクト) の、指定されたサービスへの参照を解放します。
 InputStream BeanContext.getResourceAsStream(String name, BeanContextChild bcc)
          java.lang.ClassLoader.getResourceAsStream() と同じように、このメソッドによって BeanContext 実装が子 Component と基本的な ClassLoader との間に動作を挿入することができます。
 URL BeanContext.getResource(String name, BeanContextChild bcc)
          java.lang.ClassLoader.getResource() と同じように、このメソッドによって BeanContext 実装が子 Component と基本的な ClassLoader との間に動作を挿入することができます。
 

BeanContextChild 型のパラメータを持つ java.beans.beancontext のコンストラクタ
BeanContextChildSupport(BeanContextChild bcc)
          JavaBean コンポーネント自体が BeanContextChild を実装し、これをカプセル化している BeanContextChildSupport を構築します。
 


JavaTM 2
Platform
Std. Ed. v1.4.0

バグの報告と機能のリクエスト
これ以外の API リファレンスおよび開発者用ドキュメントについては、 Java 2 SDK SE 開発者用ドキュメントを参照してください。 開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、 およびコード実例が含まれています。

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.