src/share/classes/com/sun/tools/doclets/formats/html/AbstractTreeWriter.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
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

mercurial