Uses of Class
planetj.dataengine.display.ActionManager

Packages that use ActionManager
planetj.dataengine.display   
 

Uses of ActionManager in planetj.dataengine.display
 

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

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