The New Action wizard creates a new Action.
You open the New Action wizard by right-clicking a module project, choosing New > Other and selecting Action from the Module Development category
Element | Description |
---|---|
Always Enabled |
Specifies that the action will be invoked from a menu item in the menu bar, from a toolbar button in a toolbar, or from a keyboard shortcut anywhere in the IDE. |
Conditionally Enabled |
Specifies the classes for which the action will be created. This is normally one of your own business objects. However, optionally, you can also include one or more of the following, which creates the action for all classes that subclass them:
|
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |