org.openide.util 8.6.1

Package org.openide.util.actions

There are several types of standard actions that should be used for many user interactions within NetBeans.

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
ActionInvoker A mixture of a utility class allowing to invoke actions and also a code injection mechanism to allow overall system to be aware of invoked actions.
ActionPresenterProvider Provider of action presentations.
BooleanStateAction An action that can be toggled on or off.
CallableSystemAction Not preferred anymore, use Actions.alwaysEnabled instead.
CallbackSystemAction Not preferred anymore, the replacement is Actions.callback factory method.
SystemAction A base class for user-visible actions.
 

Package org.openide.util.actions Description

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 8.6.1

Built on April 28 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.