|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eodisp.ui.common.base.EodispController
org.eodisp.ui.sm.controllers.SMTreeController
public class SMTreeController
| Field Summary | |
|---|---|
(package private) static org.apache.log4j.Logger |
logger
Log4J logger for this class |
| Constructor Summary | |
|---|---|
SMTreeController()
Default constructor. |
|
| Method Summary | |
|---|---|
EodispView |
createDynamicView(int id)
The controllers that implements this method and is responsible for creating the View with the given ID should create and return it. |
protected void |
createStaticViews()
Creates all static views which this controller handles. |
protected void |
initialize()
Initializes the controller. |
boolean |
isControllerForView(int id)
Returns whether this controller is responsible for creating the view with the given ID. |
void |
onAddFederateExecution(java.awt.event.ActionEvent e)
|
void |
onAddFederationExecution(java.awt.event.ActionEvent e)
|
void |
onAddInitData(java.awt.event.ActionEvent e)
|
void |
onDeleteSelection(java.awt.event.ActionEvent e)
|
void |
onExperimentKill(java.awt.event.ActionEvent e)
|
void |
onExperimentPause(java.awt.event.ActionEvent e)
|
void |
onExperimentPrepare(java.awt.event.ActionEvent e)
|
void |
onExperimentReset(java.awt.event.ActionEvent e)
|
void |
onExperimentResume(java.awt.event.ActionEvent e)
|
void |
onExperimentStart(java.awt.event.ActionEvent e)
|
void |
onNextStep(java.awt.event.ActionEvent e)
|
void |
onShowInfo(java.awt.event.ActionEvent e)
|
protected void |
registerActionHandler()
Register this controller as a target handler for certain actions used within the EODiSP simulation manager application. |
| Methods inherited from class org.eodisp.ui.common.base.EodispController |
|---|
attachView, detachView, getViews, updateOwnedModels, updateOwnedViewStates |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public SMTreeController()
| Method Detail |
|---|
protected void initialize()
initialize in class EodispControllerprotected void registerActionHandler()
For the registration, the EODiSP delegation mechanism is used (see
EodispDelegate. Such an instance can be registered in the action
itself, causing the method to be called whenever the action is performed.
registerActionHandler in class EodispControllerpublic void onAddFederationExecution(java.awt.event.ActionEvent e)
public void onAddFederateExecution(java.awt.event.ActionEvent e)
public void onAddInitData(java.awt.event.ActionEvent e)
public void onDeleteSelection(java.awt.event.ActionEvent e)
public void onShowInfo(java.awt.event.ActionEvent e)
public void onExperimentPrepare(java.awt.event.ActionEvent e)
public void onExperimentStart(java.awt.event.ActionEvent e)
public void onExperimentKill(java.awt.event.ActionEvent e)
public void onExperimentReset(java.awt.event.ActionEvent e)
public void onExperimentPause(java.awt.event.ActionEvent e)
public void onExperimentResume(java.awt.event.ActionEvent e)
public void onNextStep(java.awt.event.ActionEvent e)
protected void createStaticViews()
createStaticViews in class EodispControllerpublic EodispView createDynamicView(int id)
The view will be managed automatically after that.
createDynamicView in class EodispControllerid - The static Id of the view which should be created.
public boolean isControllerForView(int id)
isControllerForView in class EodispControllerid - The static ID of the view in question.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||