Package | Description |
---|---|
org.openide.util.actions |
There are several types of standard actions
that should be used for many user interactions within NetBeans.
|
Modifier and Type | Interface | Description |
---|---|---|
static interface |
Presenter.Menu |
The presenter interface for presenting an action in a menu.
|
static interface |
Presenter.Popup |
The presenter interface for presenting an action in a popup menu.
|
static interface |
Presenter.Toolbar |
The presenter interface for presenting an action in a toolbar.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BooleanStateAction |
An action that can be toggled on or off.
|
class |
CallableSystemAction |
Not preferred anymore, use Actions.alwaysEnabled
instead.
|
class |
CallbackSystemAction |
Not preferred anymore, the replacement is
Actions.callback factory method.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.