站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

org.openide.util.actions (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

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 Specifies how an action should be performed.
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 The common predecessor of callable actions in the IDE.
 

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.


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.