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 | Method and Description |
---|---|
ActionPerformer |
CallbackSystemAction.getActionPerformer()
Deprecated.
use TopComponent.getActionMap() as described in the javadoc
|
Modifier and Type | Method and Description |
---|---|
void |
CallbackSystemAction.setActionPerformer(ActionPerformer performer)
Deprecated.
use TopComponent.getActionMap() as described in the javadoc
|