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 | Class and Description |
---|---|
class |
BooleanStateAction
Deprecated.
Use new support for stateful actions in Actions or ActionState annotation
|
class |
CallableSystemAction
Not preferred anymore, use Actions.alwaysEnabled
instead.
|
class |
CallbackSystemAction
Not preferred anymore, the replacement is
Actions.callback factory method.
|
Modifier and Type | Method and Description |
---|---|
static SystemAction[] |
SystemAction.linkActions(SystemAction[] actions1,
SystemAction[] actions2)
Concatenate two arrays of actions.
|
Modifier and Type | Method and Description |
---|---|
static JPopupMenu |
SystemAction.createPopupMenu(SystemAction[] actions)
|
static JToolBar |
SystemAction.createToolbarPresenter(SystemAction[] actions)
Create the default toolbar representation of an array of actions.
|
static SystemAction[] |
SystemAction.linkActions(SystemAction[] actions1,
SystemAction[] actions2)
Concatenate two arrays of actions.
|
static SystemAction[] |
SystemAction.linkActions(SystemAction[] actions1,
SystemAction[] actions2)
Concatenate two arrays of actions.
|
void |
ActionPerformer.performAction(SystemAction action)
Deprecated.
Called when the action is to be performed.
|