Uses of Interface
com.thoughtworks.testdox.DocumentGenerator

Packages that use DocumentGenerator
com.thoughtworks.testdox   
com.thoughtworks.testdox.ant   
 

Uses of DocumentGenerator in com.thoughtworks.testdox
 

Classes in com.thoughtworks.testdox that implement DocumentGenerator
 class ConsoleGenerator
          2003-08-12 out.flush() added at the suggestion of Mike Mason
 class HtmlDocumentGenerator
          2003-08-12 out.flush() added at the suggestion of Mike Mason
 class MultiplexingGenerator
           
 

Methods in com.thoughtworks.testdox that return DocumentGenerator
 DocumentGenerator DocumentGeneratorGui.createDocumentGenerator()
           
 DocumentGenerator HtmlSaveAsGui.createDocumentGenerator()
           
 DocumentGenerator MockDocumentGeneratorGui.createDocumentGenerator()
           
 DocumentGenerator TextSaveAsGui.createDocumentGenerator()
           
 

Methods in com.thoughtworks.testdox with parameters of type DocumentGenerator
 void Main.addDocumentGenerator(DocumentGenerator generator)
           
 void Main.addGenerator(DocumentGenerator generator)
           
 void MultiplexingGenerator.addGenerator(DocumentGenerator gen)
           
 void Generator.addGenerator(DocumentGenerator generator)
           
 

Constructors in com.thoughtworks.testdox with parameters of type DocumentGenerator
MockDocumentGeneratorGui(DocumentGenerator generator, java.awt.Component component)
           
 

Uses of DocumentGenerator in com.thoughtworks.testdox.ant
 

Classes in com.thoughtworks.testdox.ant that implement DocumentGenerator
 class XDocGenerator
           
 



Copyright © 2003 Chris Stevenson. All Rights Reserved.