Method Summary |
|
public static synchronized void | add(ManifestSection.ActionSection a) Adds new action to the list. |
public static synchronized void | attachTo(Object m) Attaches to processing of a module. |
public SystemAction[] | getContextActions() Array with all activated actions. |
public static ModuleActions | getDefaultInstance() |
public Collection<Action> | getRunningActions() Gets collection of currently running actions. |
public static void | hideWaitCursor(Object key) Resets cursor to default. |
public void | invokeAction(Action a, ActionEvent e) Invokes action in a RequestPrecessor dedicated to performing
actions. |
public static synchronized void | remove(ManifestSection.ActionSection a) Removes new action from the list. |
public static void | showWaitCursor(Object key) Sets wait cursor visible on the window associated with an event, if any. |