|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.boxed_economy.besp.presentation.PresentationComponentManager
コンストラクタの概要 | |
PresentationComponentManager(PresentationContainer container)
Constructor for PresentationComponentManager. |
メソッドの概要 | |
void |
addPresentationComponent(PresentationComponent component)
PresentationComponentを追加します。 |
PresentationComponent |
getPresentationComponent(java.lang.Class presentationComponentClass)
クラスに対応するプレゼンテーションコンポーネントを取得します ☆継承するものも対応します ☆複数ある場合は、最初に見つかったものを返します 見つからなかった場合は、nullを返します |
java.util.List |
getPresentationComponents()
追加されているPresentationComponentを取得します |
void |
removePresentationComponent(PresentationComponent component)
PresentationComponentを削除します と同時に終了処理も行います |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public PresentationComponentManager(PresentationContainer container)
メソッドの詳細 |
public void addPresentationComponent(PresentationComponent component)
public void removePresentationComponent(PresentationComponent component)
public java.util.List getPresentationComponents()
public PresentationComponent getPresentationComponent(java.lang.Class presentationComponentClass)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |