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

Uses of Class org.netbeans.spi.vcs.VcsCommandsProvider (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Class
org.netbeans.spi.vcs.VcsCommandsProvider

Packages that use VcsCommandsProvider
org.netbeans.modules.vcscore   
org.netbeans.modules.vcscore.cmdline   
org.netbeans.modules.vcscore.commands Commands scheduling and executing framework implementation. 
org.netbeans.spi.vcs   
 

Uses of VcsCommandsProvider in org.netbeans.modules.vcscore
 

Subclasses of VcsCommandsProvider in org.netbeans.modules.vcscore
 class DefaultVcsCommandsProvider
          The default implementation of VcsCommandsProvider based on commands provided by CommandsTree.
 

Methods in org.netbeans.modules.vcscore that return VcsCommandsProvider
 VcsCommandsProvider VcsFileSystem.getCommandsProvider()
           
 VcsCommandsProvider VcsAttributes.getCommandsProvider()
           
 

Methods in org.netbeans.modules.vcscore with parameters of type VcsCommandsProvider
 void VcsAttributes.setCommandsProvider(VcsCommandsProvider commandsProvider)
           
 

Uses of VcsCommandsProvider in org.netbeans.modules.vcscore.cmdline
 

Methods in org.netbeans.modules.vcscore.cmdline that return VcsCommandsProvider
 VcsCommandsProvider UserCommandTask.getProvider()
          Get the VCS commands provider, that provided this Command or CommandTask.
 

Methods in org.netbeans.modules.vcscore.cmdline with parameters of type VcsCommandsProvider
 void UserCommandTask.setProvider(VcsCommandsProvider provider)
          Set the VCS commands provider, that provided this Command or CommandTask.
 

Uses of VcsCommandsProvider in org.netbeans.modules.vcscore.commands
 

Methods in org.netbeans.modules.vcscore.commands that return VcsCommandsProvider
 VcsCommandsProvider ProvidedCommand.getProvider()
          Get the VCS commands provider, that provided this Command or CommandTask.
 VcsCommandsProvider DialogVisualizerWrapper.getProvider()
           
 VcsCommandsProvider CommandProcessListener.getProvider()
          Get the commands provider.
 VcsCommandsProvider CommandOutputCollector.getProvider()
          Get the commands provider.
 VcsCommandsProvider CommandExecutionContext.getCommandsProvider()
           
 

Methods in org.netbeans.modules.vcscore.commands with parameters of type VcsCommandsProvider
 void ProvidedCommand.setProvider(VcsCommandsProvider provider)
          Set the VCS commands provider, that provided this Command or CommandTask.
 

Constructors in org.netbeans.modules.vcscore.commands with parameters of type VcsCommandsProvider
CommandOutputCollector(CommandTask task, VcsCommandsProvider provider)
           
 

Uses of VcsCommandsProvider in org.netbeans.spi.vcs
 

Methods in org.netbeans.spi.vcs that return VcsCommandsProvider
static VcsCommandsProvider VcsCommandsProvider.findProvider(FileObject file)
          Find the status provider for a FileObject.
 


 

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