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 ActionState annotation
|
class |
CallableSystemAction
Not preferred anymore, use Actions.alwaysEnabled
instead.
|
class |
CallbackSystemAction
Not preferred anymore, the replacement is
Actions.callback factory method.
|