wt.part
Class HtmlNumberedHierarchyVisitor

java.lang.Object
  extended by wt.visitor.VisitorAdapter
      extended by wt.visitor.TextOutputVisitor
          extended by wt.part.BOMHierarchyVisitor
              extended by wt.part.HtmlPreformattedHierarchyVisitor
                  extended by wt.part.HtmlNumberedHierarchyVisitor
All Implemented Interfaces:
Serializable, Visitor

public class HtmlNumberedHierarchyVisitor
extends HtmlPreformattedHierarchyVisitor
implements Serializable

This class uses a preformatted output and indicates the hierrarchy level by displaying the level number. The item identity is also indented with the period (".") character.

Supported API: true

Extendable: true

See Also:
Serialized Form

Method Summary
protected  void preVisitWrite(int a_level)
          This method is called from the visit() method before the node text is written.
 
Methods inherited from class wt.part.HtmlPreformattedHierarchyVisitor
postNavigateWrite, postVisitWrite, preNavigateWrite
 
Methods inherited from class wt.part.BOMHierarchyVisitor
getMessageKey, midVisitParams, 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

preVisitWrite

protected void preVisitWrite(int a_level)
This method is called from the visit() method before the node text is written.

Supported API: true

Overrides:
preVisitWrite in class HtmlPreformattedHierarchyVisitor
Parameters:
a_level -