org.openide.util 7.31.1 1

Uses of Class
org.openide.util.actions.SystemAction

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

Methods in org.openide.util.actions with type parameters of type SystemAction
static
<T extends SystemAction>
T
SystemAction.get(Class<T> actionClass)
          Obtain a singleton instance of the action with a specified class.
 

Methods in org.openide.util.actions that return SystemAction
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 JPopupMenu SystemAction.createPopupMenu(SystemAction[] actions)
          Deprecated. Use Utilities.actionsToPopup(javax.swing.Action[], org.openide.util.Lookup)
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.
 


org.openide.util 7.31.1 1

Built on September 10 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.