JavaTM Platform
Standard Ed. 6

クラス
java.beans.beancontext.BeanContextSupport.BCSChild の使用

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

java.beans.beancontext での BeanContextSupport.BCSChild の使用
 

java.beans.beancontext での BeanContextSupport.BCSChild のサブクラス
protected  class BeanContextServicesSupport.BCSSChild
           
 

BeanContextSupport.BCSChild を返す java.beans.beancontext のメソッド
protected  BeanContextSupport.BCSChild BeanContextSupport.createBCSChild(Object targetChild, Object peer)
           サブクラスはこのメソッドをオーバーライドすることにより、セットに子を追加する add() メソッドやほかの Collection メソッドをオーバーライドすることなく、Child の独自のサブクラスを挿入することができます。
protected  BeanContextSupport.BCSChild BeanContextServicesSupport.createBCSChild(Object targetChild, Object peer)
           サブクラスはこのメソッドをオーバーライドすることにより、セットに子を追加する add() メソッドやほかの Collection メソッドをオーバーライドすることなく、Child の独自のサブクラスを挿入することができます。
 

BeanContextSupport.BCSChild 型のパラメータを持つ java.beans.beancontext のメソッド
protected  void BeanContextSupport.childDeserializedHook(Object child, BeanContextSupport.BCSChild bcsc)
          新しく直列化復元された子および BCSChild を使って readObject によって呼び出されます。
protected  void BeanContextSupport.childJustAddedHook(Object child, BeanContextSupport.BCSChild bcsc)
          サブクラスはこのメソッドをオーバーライドして、子が追加されて、イベント通知が発生する前に、簡単に add() セマンティクスを拡張できます。
protected  void BeanContextSupport.childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
          サブクラスはこのメソッドをオーバーライドして、子が削除されて、イベント通知が発生する前に、簡単に remove() セマンティクスを拡張できます。
protected  void BeanContextServicesSupport.childJustRemovedHook(Object child, BeanContextSupport.BCSChild bcsc)
          子が正常に削除されたあとで、スーパークラスの子削除操作から呼び出されます。
 


JavaTM Platform
Standard Ed. 6

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

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。