org::openide::actions::ToolsAction Class Reference
List of all members.
Detailed Description
A "meta-action" that displays (in a submenu) a list of enabled actions provided by modules. Such registered actions are called "service actions": they are provided externally but seem to provide additional services on existing components. Often they will be NodeActions or CookieActions so that they will be enabled based on the node selection, i.e. the node containing this popup. It is desirable for most nodes to include this action somewhere in their popup menu.
Note: you do not need to touch this class to add a service action! Just add the action to a module manifest in an Action section.
The list of registered service actions is provided to this action from the implementation by means of ActionManager.
- Author:
- Jaroslav Tulach
Member Function Documentation
| void org::openide::actions::ToolsAction::actionPerformed |
( |
java.awt.event.ActionEvent |
ev |
) |
[inline] |
| Action org::openide::actions::ToolsAction::createContextAwareInstance |
( |
Lookup |
actionContext |
) |
[inline] |
Implements ContextAwareAction interface method.
| static List org::openide::actions::ToolsAction::generate |
( |
Action |
toolsAction, |
|
|
boolean |
forMenu | |
|
) |
| | [inline, static, private] |
| static String org::openide::actions::ToolsAction::getActionName |
( |
|
) |
[inline, static, private] |
| HelpCtx org::openide::actions::ToolsAction::getHelpCtx |
( |
|
) |
[inline] |
| JMenuItem org::openide::actions::ToolsAction::getMenuPresenter |
( |
|
) |
[inline] |
| String org::openide::actions::ToolsAction::getName |
( |
|
) |
[inline] |
| JMenuItem org::openide::actions::ToolsAction::getPopupPresenter |
( |
|
) |
[inline] |
| static void org::openide::actions::ToolsAction::setModel |
( |
Model |
m |
) |
[inline, static] |
Member Data Documentation
The documentation for this class was generated from the following file: