Uses of Class
wt.visitor.TextOutputVisitor

Packages that use TextOutputVisitor
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
 

Uses of TextOutputVisitor in wt.part
 

Subclasses of TextOutputVisitor in wt.part
 class BOMHierarchyVisitor
          This class is a Visitor that generates text ouptut for a product structure hierarchy.
 class BOMPartsListVisitor
          This class is a Visitor that maintains a list of parts (nodes) as the structure is navigated.
 class HtmlHeadingHierarchyVisitor
          This class is a Visitor that generates HTML text ouptut for a product structure hierarchy.
 class HtmlNumberedHierarchyVisitor
          This class uses a preformatted output and indicates the hierrarchy level by displaying the level number.
 class HtmlPreformattedHierarchyVisitor
          This class is used to generate pre-formatted HTML.
 class HtmlPreformattedPartsListVisitor
          This class implements the report of the internal parts list as preformatted HTML.
 class HtmlTabularPartsListVisitor
          Deprecated.  
 

Methods in wt.part that return TextOutputVisitor
protected  TextOutputVisitor BOMTemplateProcessor.getVisitor(Class targetClass, Locale locale, PrintWriter out)
          Deprecated. This method returns a TextOutputVisitor object to be used to generate HTML.