Contents | Package | Class | Tree | Index | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
sun.tools.javadoc.doclets.HtmlWriter | +----sun.tools.javadoc.doclets.HtmlDocWriter | +----sun.tools.javadoc.doclets.AbstractTreeWriter
Field Summary | |
ClassTree | classtree
|
Fields inherited from class sun.tools.javadoc.doclets.HtmlDocWriter |
configuration, htmlFilename |
Constructor Summary | |
AbstractTreeWriter(sun.tools.javadoc.doclets.String filename,
ClassTree classtree)
Constructor. |
Method Summary | |
boolean | equalNames(sun.tools.javadoc.doclets.ClassDoc parent,
sun.tools.javadoc.doclets.ClassDoc comp)
Return true if two classes are same else false. |
void | generateLevelInfo(sun.tools.javadoc.doclets.ClassDoc parent,
sun.tools.javadoc.doclets.List list)
Generate each line for level info regarding classes. |
void | generateTree(sun.tools.javadoc.doclets.List list,
sun.tools.javadoc.doclets.String heading)
Generate Tree method, to be called by the TreeWriter. |
void | navLinkTree()
Print class/interface hierarchy link |
void | printExtendsImplements(sun.tools.javadoc.doclets.ClassDoc parent,
sun.tools.javadoc.doclets.ClassDoc cd)
Print the information regarding the classes which this class extends or implements. |
void | printPartialInfo(sun.tools.javadoc.doclets.ClassDoc cd)
Print informatioon about the class kind. |
void | printTreeHeading(sun.tools.javadoc.doclets.String heading)
Print the heading for the tree depending upon if it's Interface Tree or Class Tree. |
Methods inherited from class sun.tools.javadoc.doclets.HtmlWriter |
address, addressEnd, aEnd, aName, anchor, anchor, body, body, bodyEnd, bold, bold, boldEnd, br, center, centerEnd, code, codeEnd, dd, ddEnd, dl, dlEnd, dt, em, emEnd, font, fontColor, fontEnd, h1, h1, h1End, h2, h2, h2End, h3, h3, h3End, h4, h4, h4End, h5, h5End, head, headEnd, hr, hr, html, htmlEnd, img, italics, li, li, menu, menuEnd, p, pre, preEnd, space, sup, supEnd, td, tdAlign, tdAlignRowspan, tdColspan, tdEnd, title, titleEnd, tr, trBgcolor, trEnd, ul, ulEnd |
Field Detail |
protected final ClassTree classtree
Constructor Detail |
protected AbstractTreeWriter(sun.tools.javadoc.doclets.String filename, ClassTree classtree) throws sun.tools.javadoc.doclets.IOException
file
- String filename
Method Detail |
protected void generateLevelInfo(sun.tools.javadoc.doclets.ClassDoc parent, sun.tools.javadoc.doclets.List list)
list
- list of the sub-classes at this level.
protected void generateTree(sun.tools.javadoc.doclets.List list, sun.tools.javadoc.doclets.String heading)
protected void printExtendsImplements(sun.tools.javadoc.doclets.ClassDoc parent, sun.tools.javadoc.doclets.ClassDoc cd)
cd
- The classdoc under consideration.
protected boolean equalNames(sun.tools.javadoc.doclets.ClassDoc parent, sun.tools.javadoc.doclets.ClassDoc comp)
protected void printPartialInfo(sun.tools.javadoc.doclets.ClassDoc cd)
cd
- classdoc.
protected void printTreeHeading(sun.tools.javadoc.doclets.String heading)
protected void navLinkTree()
Contents | Package | Class | Tree | Index | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |