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

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


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

Packages that use CallbackSystemAction
org.openide.actions There are a number of standard system actions available for use in the IDE. 
 

Uses of CallbackSystemAction in org.openide.actions
 

Subclasses of CallbackSystemAction 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 CutAction
          Cut an object to the clipboard.
 class DeleteAction
          Delete an object.
 class FindAction
          Search for something.
 class GotoAction
          Go to a specific place (for example, line in the editor).
 class NextTabAction
          Switches to the next tab in a window.
 class PasteAction
          Paste from clipboard.
 class PopupAction
          Open a popup menu.
 class PreviousTabAction
          Go to the previous tab (in a window).
 class ReplaceAction
          (Search-and-)replace (for example, in an Editor).
 class UndockAction
          Deprecated. Do not use.
 



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