Uses of Class
planetj.dataengine.action.ActionManager

Packages that use ActionManager
planetj.dataengine.action   
 

Uses of ActionManager in planetj.dataengine.action
 

Methods in planetj.dataengine.action that return ActionManager
static ActionManager ActionManager.singleton()
          Gets the singleton instance of the ActionManager
 

Methods in planetj.dataengine.action with parameters of type ActionManager
static void ActionManager.setSingleton(ActionManager actionMgr)
          Allows a subclass of the ActionManager to be set as the singleton instance.