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

Uses of Class org.openide.util.actions.NodeAction (NetBeans APIs) - NetBeans API Javadoc 4.1.0


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

Packages that use NodeAction
org.openide.actions There are a number of standard system actions available for use in the IDE. 
org.openide.util.actions There are several types of standard actions that should be used for many user interactions with the IDE. 
 

Uses of NodeAction in org.openide.actions
 

Subclasses of NodeAction in org.openide.actions
 class CustomizeAction
          Customize a node (rather than using its property sheet).
 class EditAction
          Edit an object.
 class MoveDownAction
          Move an item down in a list.
 class MoveUpAction
          Move an item up in a list.
 class NewAction
          Creates a new child of the activated node, if appropriate.
 class OpenAction
          Opens a node (for example, in a web browser, or in the Editor).
 class OpenLocalExplorerAction
          Open an Explorer window with a particular root node.
 class PrintAction
          Print the selected object.
 class PropertiesAction
          Get properties of a node.
 class RenameAction
          Rename a node.
 class ReorderAction
          Reorder items in a list with a dialog.
 class SaveAction
          Save a single object.
 class ViewAction
          View an object (but do not edit it).
 

Uses of NodeAction in org.openide.util.actions
 

Subclasses of NodeAction in org.openide.util.actions
 class CookieAction
          An action dependent on the cookies of the selected nodes.
 



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