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

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

 

Uses of Class
org.netbeans.modules.vcscore.commands.CommandOutputCollector

Packages that use CommandOutputCollector
org.netbeans.modules.vcscore.commands Commands scheduling and executing framework implementation. 
org.netbeans.modules.vcscore.ui   
 

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

Methods in org.netbeans.modules.vcscore.commands with parameters of type CommandOutputCollector
 void VcsCommandVisualizer.setOutputCollector(CommandOutputCollector outputCollector)
          After instatiation this method is called with the collector of output, that can be used for various purposes in the visualizer.
 void CommandOutputVisualizer.setOutputCollector(CommandOutputCollector outputCollector)
           
 

Uses of CommandOutputCollector in org.netbeans.modules.vcscore.ui
 

Methods in org.netbeans.modules.vcscore.ui that return CommandOutputCollector
protected  CommandOutputCollector AbstractOutputPanel.getOutputCollector()
          Get the output collector.
 

Methods in org.netbeans.modules.vcscore.ui with parameters of type CommandOutputCollector
 void AbstractOutputPanel.setOutputCollector(CommandOutputCollector outputCollector)
          Set the output collector.
 


 

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