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

Uses of Interface org.netbeans.modules.vcscore.commands.VcsCommandVisualizer.Wrapper (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Interface
org.netbeans.modules.vcscore.commands.VcsCommandVisualizer.Wrapper

Packages that use VcsCommandVisualizer.Wrapper
org.netbeans.modules.vcscore.commands Commands scheduling and executing framework implementation. 
 

Uses of VcsCommandVisualizer.Wrapper in org.netbeans.modules.vcscore.commands
 

Classes in org.netbeans.modules.vcscore.commands that implement VcsCommandVisualizer.Wrapper
 class DialogVisualizerWrapper
          Dialog wrapper of a command visualizer.
 

Methods in org.netbeans.modules.vcscore.commands that return VcsCommandVisualizer.Wrapper
 VcsCommandVisualizer.Wrapper VcsDescribedCommand.getVisualizerWrapper()
          Get a wrapper for the visualizer.
 

Methods in org.netbeans.modules.vcscore.commands with parameters of type VcsCommandVisualizer.Wrapper
 void VcsDescribedCommand.setVisualizerWrapper(VcsCommandVisualizer.Wrapper wrapper)
          Set a wrapper for the visualizer.
 void VcsCommandVisualizer.open(VcsCommandVisualizer.Wrapper wrapper)
          Open the visualizer.
 void CommandOutputVisualizer.open(VcsCommandVisualizer.Wrapper wrapper)
           
 


 

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