wt.part
Class HtmlPreformattedPartsListVisitor
java.lang.Object
wt.visitor.VisitorAdapter
wt.visitor.TextOutputVisitor
wt.part.BOMPartsListVisitor
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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