langtools/src/share/classes/com/sun/tools/doclets/formats/html/AbstractTreeWriter.java
changeset 14260 727a84636f12
parent 14258 8d2148961366
child 14357 faf9cde2817b
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
    36 /**
    36 /**
    37  * Abstract class to print the class hierarchy page for all the Classes. This
    37  * Abstract class to print the class hierarchy page for all the Classes. This
    38  * is sub-classed by {@link PackageTreeWriter} and {@link TreeWriter} to
    38  * is sub-classed by {@link PackageTreeWriter} and {@link TreeWriter} to
    39  * generate the Package Tree and global Tree(for all the classes and packages)
    39  * generate the Package Tree and global Tree(for all the classes and packages)
    40  * pages.
    40  * pages.
       
    41  *
       
    42  *  <p><b>This is NOT part of any supported API.
       
    43  *  If you write code that depends on this, you do so at your own risk.
       
    44  *  This code and its internal interfaces are subject to change or
       
    45  *  deletion without notice.</b>
    41  *
    46  *
    42  * @author Atul M Dambalkar
    47  * @author Atul M Dambalkar
    43  */
    48  */
    44 public abstract class AbstractTreeWriter extends HtmlDocletWriter {
    49 public abstract class AbstractTreeWriter extends HtmlDocletWriter {
    45 
    50