|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.boxed_economy.besp.presentation.AbstractPresentationComponent
org.boxed_economy.components.control.ControlManager
制御をつかさどる制御マネージャです
フィールドの概要 | |
ActionGroup |
controlGroup
|
Menu |
controlMenu
メニュー関連 |
Action |
resetAction
|
static java.util.ResourceBundle |
resource
|
Action |
runAction
|
Action |
showControlPanelAction
|
ActionGroup |
showControlPanelGroup
|
Action |
stepRunAction
|
Action |
stopAction
|
コンストラクタの概要 | |
ControlManager()
Constructor for ControlManager. |
メソッドの概要 | |
ControlPanel |
getControlPanel()
Returns the controlPanel. |
void |
initialize()
このコンポーネントの初期化処理を記述するメソッドです。 |
void |
prepareWorldClose(ModelContainerEvent ev)
現在のモデルが破棄される直前に呼ばれます |
void |
prepareWorldOpen(ModelContainerEvent ev)
世界(モデル)が設定され、初期化される前のタイミングで呼ばれます |
void |
simulationStarted(SimulationStateEvent ev)
シミュレーションが開始されたことを通知します |
void |
simulationStopped(SimulationStateEvent ev)
シミュレーションが停止されたことを通知します |
void |
simulationStopping(SimulationStateEvent ev)
シミュレーションが停止処理にはいったことを通知します |
void |
terminate()
このプレゼンテーションコンポーネントを終了します。 |
void |
worldClosed(ModelContainerEvent ev)
現在のモデルが破棄された直後に呼ばれます |
void |
worldOpened(ModelContainerEvent ev)
世界(モデル)が設定され、初期化された後のタイミングで呼ばれます |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static java.util.ResourceBundle resource
public Menu controlMenu
public ActionGroup controlGroup
public Action runAction
public Action stopAction
public Action stepRunAction
public Action resetAction
public ActionGroup showControlPanelGroup
public Action showControlPanelAction
コンストラクタの詳細 |
public ControlManager()
メソッドの詳細 |
public void initialize()
PresentationComponent
の記述:
PresentationComponent
内の initialize
org.boxed_economy.besp.presentation.fw.PresentationComponent#initialize()
public void terminate()
PresentationComponent
の記述:
PresentationComponent
内の terminate
org.boxed_economy.besp.presentation.fw.PresentationComponent#terminate()
public ControlPanel getControlPanel()
public void simulationStarted(SimulationStateEvent ev)
SimulationStateListener
の記述:
SimulationStateListener
内の simulationStarted
SimulationStateListener.simulationStarted(SimulationStateEvent)
public void simulationStopping(SimulationStateEvent ev)
SimulationStateListener
の記述:
SimulationStateListener
内の simulationStopping
SimulationStateListener.simulationStopping(SimulationStateEvent)
public void simulationStopped(SimulationStateEvent ev)
SimulationStateListener
の記述:
SimulationStateListener
内の simulationStopped
SimulationStateListener.simulationStopped(SimulationStateEvent)
public void prepareWorldOpen(ModelContainerEvent ev)
ModelContainerListener
の記述:
ModelContainerListener
内の prepareWorldOpen
ModelContainerListener.prepareWorldOpen(ModelContainerEvent)
public void worldOpened(ModelContainerEvent ev)
ModelContainerListener
の記述:
ModelContainerListener
内の worldOpened
ModelContainerListener.worldOpened(ModelContainerEvent)
public void prepareWorldClose(ModelContainerEvent ev)
ModelContainerListener
の記述:
ModelContainerListener
内の prepareWorldClose
ModelContainerListener.prepareWorldClose(ModelContainerEvent)
public void worldClosed(ModelContainerEvent ev)
ModelContainerListener
の記述:
ModelContainerListener
内の worldClosed
ModelContainerListener.worldClosed(ModelContainerEvent)
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |