|
|||||||||
| 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.mm.controllers.MmFederatesController
public class MmFederatesController
| Field Summary | |
|---|---|
(package private) static org.apache.log4j.Logger |
logger
Log4J logger for this class |
| Constructor Summary | |
|---|---|
MmFederatesController()
|
|
| 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 |
onAddInfo(java.awt.event.ActionEvent e)
|
void |
onDeregisterFederate(java.awt.event.ActionEvent e)
|
void |
onManagePermissions(java.awt.event.ActionEvent e)
|
void |
onRegisterFederate(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 MmFederatesController()
| Method Detail |
|---|
public 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.
protected void createStaticViews()
createStaticViews in class EodispControllerpublic boolean isControllerForView(int id)
isControllerForView in class EodispControllerid - The static ID of the view in question.
protected 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 onRegisterFederate(java.awt.event.ActionEvent e)
public void onDeregisterFederate(java.awt.event.ActionEvent e)
public void onManagePermissions(java.awt.event.ActionEvent e)
public void onAddInfo(java.awt.event.ActionEvent e)
protected void initialize()
EodispController
initialize in class EodispController
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||