パッケージ | 説明 |
---|---|
java.beans |
JavaBeans™ アーキテクチャーに基づいたコンポーネントである Bean の開発に関連したクラスが含まれています。
|
java.beans.beancontext |
Bean コンテキストに関連するクラスおよびインタフェースを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
AppletInitializer.initialize(Applet newAppletBean, BeanContext bCtxt)
このメソッドは、適切な java.beans.Beans.instantiate のバリアントに渡された場合、新しくインスタンスを生成されたアプレット (JavaBean) を AppletContext、AppletStub、および Container に関連付けるために呼び出されます。
|
static Object |
Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext)
Bean のインスタンスを生成します。
|
static Object |
Beans.instantiate(ClassLoader cls, String beanName, BeanContext beanContext, AppletInitializer initializer)
Bean のインスタンスを生成します。
|
修飾子と型 | インタフェースと説明 |
---|---|
interface |
BeanContextServices
BeanContextServices インタフェースは、BeanContextChild オブジェクトがジェネリックサービスを受けられるようにするためのメカニズムを BeanContext に提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
BeanContextServicesSupport
このヘルパークラスは、java.beans.beancontext.BeanContextServices インタフェースのユーティリティーの実装を提供します。
|
class |
BeanContextSupport
このヘルパークラスは、java.beans.beancontext.BeanContext インタフェースのユーティリティーの実装を提供します。
|
修飾子と型 | フィールドと説明 |
---|---|
protected BeanContext |
BeanContextChildSupport.beanContext |
protected BeanContext |
BeanContextEvent.propagatedFrom
このイベントの伝達元の
BeanContext |
修飾子と型 | メソッドと説明 |
---|---|
BeanContext |
BeanContextChild.getBeanContext()
この
BeanContextChild に関連付けられている BeanContext を取得します。 |
BeanContext |
BeanContextEvent.getBeanContext()
このイベントに関連付けられている
BeanContext を取得します。 |
BeanContext |
BeanContextChildSupport.getBeanContext()
この
BeanContextChildSupport の入れ子になっている BeanContext を取得します。 |
BeanContext |
BeanContextSupport.getBeanContextPeer()
このオブジェクトが実装を提供している BeanContext のインスタンスを取得します。
|
BeanContext |
BeanContextEvent.getPropagatedFrom()
このイベントの伝達元の
BeanContext を取得します。 |
修飾子と型 | メソッドと説明 |
---|---|
void |
BeanContextChild.setBeanContext(BeanContext bc)
このインタフェースを実装するオブジェクトです。次のパラメータを使って java.beans.PropertyChangeEvent をトリガーします。
propertyName "beanContext"、oldValue (以前入れ子になっていた
BeanContext インスタンス、または null )、newValue (現在入れ子になっている BeanContext インスタンス、または null )。 |
void |
BeanContextChildSupport.setBeanContext(BeanContext bc)
この
BeanContextChildSupport の BeanContext を設定します。 |
void |
BeanContextEvent.setPropagatedFrom(BeanContext bc)
このイベントの伝達元の
BeanContext を設定します。 |
boolean |
BeanContextChildSupport.validatePendingSetBeanContext(BeanContext newValue)
入れ子になっている BeanContext プロパティー値の保留中の変更を検証するなどの目的で setBeanContext から呼び出されます。
|
コンストラクタと説明 |
---|
BeanContextEvent(BeanContext bc)
BeanContextEvent を構築します。
|
BeanContextMembershipEvent(BeanContext bc, Collection changes)
BeanContextMembershipEvent を構築します。
|
BeanContextMembershipEvent(BeanContext bc, Object[] changes)
BeanContextMembershipEvent を構築します。
|
BeanContextSupport(BeanContext peer)
デフォルトのロケールを使ってインスタンスを生成します。
|
BeanContextSupport(BeanContext peer, Locale lcle)
指定されたロケールを使ってインスタンスを生成します。
|
BeanContextSupport(BeanContext peer, Locale lcle, boolean dtime)
指定されたロケールを使って設計モードでインスタンスを生成します。
|
BeanContextSupport(BeanContext peer, Locale lcle, boolean dTime, boolean visible)
BeanContextSupport のインスタンスを生成します。
|
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.