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.FrameOutputWriter
Fields inherited from class sun.tools.javadoc.doclets.HtmlDocWriter |
configuration, htmlFilename |
Constructor Summary | |
FrameOutputWriter(sun.tools.javadoc.doclets.String filename,
sun.tools.javadoc.doclets.Root root)
Constructor. |
Method Summary | |
static void | generate(sun.tools.javadoc.doclets.Root root)
Generate the frame as well as the option file. |
void | generateFrameFile()
Print the frame file contents. |
void | printFrameDetails()
Print the frame sizes and their contents. |
void | printFrameWarning()
Generate the code for issueing the warning for a non-frame capable web client. |
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 |
Constructor Detail |
public FrameOutputWriter(sun.tools.javadoc.doclets.String filename, sun.tools.javadoc.doclets.Root root) throws sun.tools.javadoc.doclets.IOException, sun.tools.javadoc.doclets.UnsupportedOperationException
Method Detail |
public static void generate(sun.tools.javadoc.doclets.Root root) throws DocletAbortException
protected void generateFrameFile()
protected void printFrameWarning()
protected void printFrameDetails()
Contents | Package | Class | Tree | Index | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |