|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
PresentationComponent PresentationComponentが各種のEventを受け取るためのインターフェースを 定義します。PresentationComponentはこのインターフェースを実装してください。 defaultとして、基礎モデルフレームワークに定義されているmodelUpdateEventReceivedイベント および、containerに定義されているイベントのリスナーのためのインターフェースを持ちます。 PresentationComponentを読み込んだ後は必ず最初にpresentationContainerを設定してください。
メソッドの概要 | |
PresentationContainer |
getPresentationContainer()
presentationContainerを取得します。 |
World |
getWorld()
modelを返します。 |
void |
initialize()
このコンポーネントの初期化処理を記述するメソッドです。 |
void |
setPresentationContainer(PresentationContainer presentationContainer)
presentationContainerを設定します。 |
void |
terminate()
このプレゼンテーションコンポーネントを終了します。 |
メソッドの詳細 |
public PresentationContainer getPresentationContainer()
public void setPresentationContainer(PresentationContainer presentationContainer)
public World getWorld()
public void initialize()
public void terminate()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |