|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface ApplicationContext
アプリケーション全体に共通な情報を保持するクラスのためのインターフェースです。
メソッドの概要 | |
---|---|
Object |
getValue(String name)
ApplicationContext から値を取得します。 |
WindowContext |
getWindowContext(String windowName)
windowName で指定された名称を持つ WindowContext を返します。 |
Collection<WindowContext> |
getWindowContexts()
ApplicationContext が保持する WindowContext のコレクションを返します。 |
void |
setValue(String name,
Object value)
ApplicationContext へ値を設定します。 |
メソッドの詳細 |
---|
Collection<WindowContext> getWindowContexts()
ApplicationContext
が保持する WindowContext
のコレクションを返します。WindowContext
を1つも保持しない場合、空のコレクションを返します。
WindowContext
のコレクションWindowContext getWindowContext(String windowName)
windowName
で指定された名称を持つ WindowContext
を返します。
windowName
- ウィンドウ名称
WindowContext
オブジェクト。見つからなかった場合は null
。void setValue(String name, Object value)
ApplicationContext
へ値を設定します。
name
- 名称value
- 値Object getValue(String name)
ApplicationContext
から値を取得します。
name
- 名称
null
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |