Package | Description |
---|---|
org.openide.util.actions |
There are several types of standard actions
that should be used for many user interactions within NetBeans.
|
Class and 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 June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.