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.
Method Detail
add
public static synchronized void add(ManifestSection.ActionSection a)(Code)
Adds new action to the list.
attachTo
public static synchronized void attachTo(Object m)(Code)
Attaches to processing of a module.
The actual object passed is arbitrary, so long as
it is different for every installed modules (as this
controls the grouping of actions with separators).
Passing null means stop processing a given module.
Invokes action in a RequestPrecessor dedicated to performing
actions.
remove
public static synchronized void remove(ManifestSection.ActionSection a)(Code)
Removes new action from the list.
showWaitCursor
public static void showWaitCursor(Object key)(Code)
Sets wait cursor visible on the window associated with an event, if any.
Parameters: key - something to pass to ModuleActions.hideWaitCursor to turn it off