| Package | Description |
|---|---|
| org.openide.util.actions |
There are several types of standard actions
that should be used for many user interactions within NetBeans.
|
| Class | Description |
|---|---|
| ActionPerformer |
Deprecated.
No longer recommended. See
CallbackSystemAction.setActionPerformer(org.openide.util.actions.ActionPerformer) for details. |
| ActionPresenterProvider |
Provider of action presentations.
|
| CallableSystemAction |
Not preferred anymore, use Actions.alwaysEnabled
instead.
|
| Presenter |
Provides a presentation feature for an action.
|
| Presenter.Menu |
The presenter interface for presenting an action in a menu.
|
| Presenter.Popup |
The presenter interface for presenting an action in a popup menu.
|
| Presenter.Toolbar |
The presenter interface for presenting an action in a toolbar.
|
| SystemAction |
A base class for user-visible actions.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.