|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemAction | |
org.openide.util.actions | There are several types of standard actions that should be used for many user interactions within NetBeans. |
Uses of SystemAction in org.openide.util.actions |
Subclasses of SystemAction in org.openide.util.actions | |
class |
BooleanStateAction
An action that can be toggled on or off. |
class |
CallableSystemAction
An action which may be called programmatically. |
class |
CallbackSystemAction
Action that can have a performer of the action attached to it at any time, or changed. |
Methods in org.openide.util.actions that return SystemAction | |
static SystemAction |
SystemAction.get(Class actionClass)
Obtain a singleton instance of the action with a specified class. |
static SystemAction[] |
SystemAction.linkActions(SystemAction[] actions1,
SystemAction[] actions2)
Concatenate two arrays of actions. |
Methods in org.openide.util.actions with parameters of type SystemAction | |
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 JPopupMenu |
SystemAction.createPopupMenu(SystemAction[] actions)
Deprecated. Use Utilities.actionsToPopup(javax.swing.Action[], org.openide.util.Lookup) |
void |
ActionPerformer.performAction(SystemAction action)
Called when the action is to be performed. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |