|
org.openide.util 7.9.0 1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ActionPerformer | Deprecated. No longer recommended. |
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. |
Class Summary | |
---|---|
BooleanStateAction | An action that can be toggled on or off. |
CallableSystemAction | An action which may be called programmatically. |
CallbackSystemAction | Action that can have a performer of the action attached to it at any time, or changed. |
SystemAction | A base class for user-visible actions. |
There are several types of standard actions that should be used for many user interactions within NetBeans. One can use plain swing actions, or just resort to NetBeans support based on SystemAction and various subclasses.
|
org.openide.util 7.9.0 1 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |