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

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


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

Packages that use CallableSystemAction
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 CallableSystemAction in org.openide.actions
 

Subclasses of CallableSystemAction in org.openide.actions
 class CloneViewAction
          Create a clone of the current cloneable top component.
 class CloseViewAction
          Close the current top component.
 class CopyAction
          Copy the selected item to the clipboard.
 class CustomizeAction
          Customize a node (rather than using its property sheet).
 class CutAction
          Cut an object to the clipboard.
 class DeleteAction
          Delete an object.
 class EditAction
          Edit an object.
 class FindAction
          Search for something.
 class GarbageCollectAction
          Perform a system garbage collection.
 class GotoAction
          Go to a specific place (for example, line in the editor).
 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 NextTabAction
          Switches to the next tab in a window.
 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 PageSetupAction
          Sets up page for printing.
 class PasteAction
          Paste from clipboard.
 class PopupAction
          Open a popup menu.
 class PreviousTabAction
          Go to the previous tab (in a window).
 class PrintAction
          Print the selected object.
 class PropertiesAction
          Get properties of a node.
 class RedoAction
          Redo an edit.
 class RenameAction
          Rename a node.
 class ReorderAction
          Reorder items in a list with a dialog.
 class ReplaceAction
          (Search-and-)replace (for example, in an Editor).
 class SaveAction
          Save a single object.
 class UndoAction
          Undo an edit.
 class UndockAction
          Deprecated. Do not use.
 class ViewAction
          View an object (but do not edit it).
 class WorkspaceSwitchAction
          Deprecated. No longer used since there are no more workspaces.
 

Uses of CallableSystemAction in org.openide.util.actions
 

Subclasses of CallableSystemAction in org.openide.util.actions
 class CallbackSystemAction
          Action that can have a performer of the action attached to it at any time, or changed.
 class CookieAction
          An action dependent on the cookies of the selected nodes.
 class NodeAction
          An action which can listen to the activated node selection.
 



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