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

Uses of Class org.netbeans.modules.vcscore.actions.GeneralCommandAction (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Class
org.netbeans.modules.vcscore.actions.GeneralCommandAction

Packages that use GeneralCommandAction
org.netbeans.modules.vcscore   
org.netbeans.modules.vcscore.actions This package integrates VCS support with actions UI. 
org.netbeans.modules.vcscore.grouping   
 

Uses of GeneralCommandAction in org.netbeans.modules.vcscore
 

Methods in org.netbeans.modules.vcscore with parameters of type GeneralCommandAction
 boolean VcsActionSupporter.isEnabled(GeneralCommandAction action, FileObject[] fileObjects)
           
 void VcsActionSupporter.performAction(GeneralCommandAction action, FileObject[] fileObjects)
           
 String VcsActionSupporter.getToolBarDisplayName(GeneralCommandAction action)
          If the supporter enables the action, it can then add supporter-specific description to the toolbar tooltip.
 String VcsActionSupporter.getMenuDisplayName(GeneralCommandAction action)
          If the supporter enables the action, it can then add supporter-specific description to the menu name.
 String VcsActionSupporter.getPopupDisplayName(GeneralCommandAction action)
          If the supporter enables the action, it can then add supporter-specific description to the popup menu name.
 

Uses of GeneralCommandAction in org.netbeans.modules.vcscore.actions
 

Subclasses of GeneralCommandAction in org.netbeans.modules.vcscore.actions
 class AddCommandAction
           
 class ClusteringAction
          TODO Is not it unused?
 class CommitCommandAction
           
 class DiffCommandAction
           
 class HistoryCommandAction
          TODO remove it's unused.
 class RemoveCommandAction
           
 class UpdateCommandAction
           
 class VersioningAction
          This action openes the Versioning Explorer tab.
 class VersioningExplorerAction
          This action openes the Versioning Explorer tab.
 

Methods in org.netbeans.modules.vcscore.actions with parameters of type GeneralCommandAction
abstract  boolean CommandActionSupporter.isEnabled(GeneralCommandAction action, FileObject[] fileObjects)
          GeneralCommandAction asks the supporter during the enabled(Node[] nodes) method.
abstract  void CommandActionSupporter.performAction(GeneralCommandAction action, FileObject[] fileObjects)
          GeneralCommandAction tells the supporter during the performsAction(Node[] nodes) method to perform the action on the specified FileObjects.
 String CommandActionSupporter.getToolBarDisplayName(GeneralCommandAction action)
          If the supporter enables the action, it can then add supporter-specific description to the toolbar tooltip.
 String CommandActionSupporter.getMenuDisplayName(GeneralCommandAction action)
          If the supporter enables the action, it can then add supporter-specific description to the menu name.
 String CommandActionSupporter.getPopupDisplayName(GeneralCommandAction action)
          If the supporter enables the action, it can then add supporter-specific description to the popup menu name.
 

Uses of GeneralCommandAction in org.netbeans.modules.vcscore.grouping
 

Subclasses of GeneralCommandAction in org.netbeans.modules.vcscore.grouping
 class VerifyGroupAction
          Action sensitive to the node selection that does something useful.
 


 

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