|
org.netbeans.core/2 3.32 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openide.actions.ActionManager
org.netbeans.core.ModuleActions
public class ModuleActions
Holds list of all actions added by modules.
| Field Summary |
|---|
| Fields inherited from class org.openide.actions.ActionManager |
|---|
PROP_CONTEXT_ACTIONS |
| Constructor Summary | |
|---|---|
ModuleActions()
|
|
| Method Summary | |
|---|---|
static void |
add(ManifestSection.ActionSection a)
Adds new action to the list. |
static void |
attachTo(Object m)
Attaches to processing of a module. |
SystemAction[] |
getContextActions()
Array with all activated actions. |
static ModuleActions |
getDefaultInstance()
|
Collection<Action> |
getRunningActions()
Gets collection of currently running actions. |
static void |
hideWaitCursor(Object key)
Resets cursor to default. |
void |
invokeAction(Action a,
ActionEvent e)
Invokes action in a RequestPrecessor dedicated to performing actions. |
static void |
remove(ManifestSection.ActionSection a)
Removes new action from the list. |
static void |
showWaitCursor(Object key)
Sets wait cursor visible on the window associated with an event, if any. |
| Methods inherited from class org.openide.actions.ActionManager |
|---|
addPropertyChangeListener, firePropertyChange, getDefault, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleActions()
| Method Detail |
|---|
public static ModuleActions getDefaultInstance()
public SystemAction[] getContextActions()
getContextActions in class ActionManager
public void invokeAction(Action a,
ActionEvent e)
invokeAction in class ActionManagerpublic Collection<Action> getRunningActions()
public static void attachTo(Object m)
public static void add(ManifestSection.ActionSection a)
public static void remove(ManifestSection.ActionSection a)
public static void showWaitCursor(Object key)
key - something to pass to hideWaitCursor(java.lang.Object) to turn it offpublic static void hideWaitCursor(Object key)
key - the same key passed to showWaitCursor(java.lang.Object)
|
org.netbeans.core/2 3.32 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||