wt.part
Class HtmlPreformattedPartsListVisitor

java.lang.Object
  extended by wt.visitor.VisitorAdapter
      extended by wt.visitor.TextOutputVisitor
          extended by wt.part.BOMPartsListVisitor
              extended by wt.part.HtmlPreformattedPartsListVisitor
All Implemented Interfaces:
Serializable, Visitor

public class HtmlPreformattedPartsListVisitor
extends BOMPartsListVisitor
implements Serializable

This class implements the report of the internal parts list as preformatted HTML. The format is a single part and its associated information per line.

Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
 void report()
          This operation outputs a text report of the internal parts list.
 
Methods inherited from class wt.part.BOMPartsListVisitor
getPartsList, visit
 
Methods inherited from class wt.visitor.TextOutputVisitor
getPrintWriter, getResourceBundle, printLocalizedMessage, printLocalizedMessage, printLocalizedMessage, setPrintWriter, setPrintWriter, setResourceBundle
 
Methods inherited from class wt.visitor.VisitorAdapter
visitLevel, visitLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

report

public void report()
This operation outputs a text report of the internal parts list. This operation should only be called after navigation is complete.

Supported API: true

Specified by:
report in class BOMPartsListVisitor