パッケージ | 説明 |
---|---|
java.beans |
JavaBeans(tm)アーキテクチャに基づいたコンポーネントである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
Beanコンテキストです。
|
protected BeanContext |
BeanContextEvent.propagatedFrom
このイベントの伝達元の
BeanContext |
修飾子と型 | メソッドと説明 |
---|---|
BeanContext |
BeanContextEvent.getBeanContext()
このイベントに関連付けられている
BeanContext を取得します。 |
BeanContext |
BeanContextChild.getBeanContext()
この
BeanContextChild に関連付けられている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, 2014, Oracle and/or its affiliates. All rights reserved.