Uses of Class
de.jsystems.framework.common.action.ActionManager

Packages that use ActionManager
de.jsystems.framework.common   
de.jsystems.framework.menu   
 

Uses of ActionManager in de.jsystems.framework.common
 

Fields in de.jsystems.framework.common declared as ActionManager
protected  ActionManager Controller.actionManager
          Der ActionManager fuer die Controls der registrierten Views.
 

Methods in de.jsystems.framework.common that return ActionManager
 ActionManager Controller.getActionManager()
          Gibt den ActionManager des Controllers zurueck.
 

Methods in de.jsystems.framework.common with parameters of type ActionManager
(package private) static void RegisterActionHelper.registerControlAction(ActionManager actionManager, Controller controller, BusinessView view, IActionInterface control)
          Registriert alle Actions des uebergebenen Controls beim ActionManager.
 

Uses of ActionManager in de.jsystems.framework.menu
 

Fields in de.jsystems.framework.menu declared as ActionManager
protected  ActionManager BusinessMenu.am
          ActionManager aus dem Controller.