|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface WidgetHolder
WidgetHandle
を保持するクラスのためのインターフェースです。
メソッドの概要 | |
---|---|
WidgetHandle |
getWidgetHandle(String handleId)
handleId で指定された ID を持つ WidgetHandle を返します。 |
Collection<WidgetHandle> |
getWidgetHandles()
すべての WidgetHandle のコレクションを返します。 |
List<WidgetHandle> |
getWidgetHandles(Class<?> clazz)
指定したクラスのオブジェクトを持つ WidgetHandle のリストを返します。 |
boolean |
hasWidgetHandle(String handleId)
handleId で指定された ID を持つ WidgetHandle
が存在するかどうかを調べます。 |
void |
putWidgetHandle(WidgetHandle handle)
WidgetHandle を登録します。 |
メソッドの詳細 |
---|
Collection<WidgetHandle> getWidgetHandles()
WidgetHandle
のコレクションを返します。
WidgetHandle
のコレクションWidgetHandle getWidgetHandle(String handleId)
handleId
で指定された ID を持つ WidgetHandle
を返します。
handleId
- ハンドルID
WidgetHandle
オブジェクト。見つからなかった場合は、null
。boolean hasWidgetHandle(String handleId)
handleId
で指定された ID を持つ WidgetHandle
が存在するかどうかを調べます。
handleId
- ハンドルID
true
。存在しなければ false
void putWidgetHandle(WidgetHandle handle)
WidgetHandle
を登録します。
handle
- WidgetHandle
オブジェクトList<WidgetHandle> getWidgetHandles(Class<?> clazz)
WidgetHandle
のリストを返します。
clazz
- クラス
WidgetHandle
のリスト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |