|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.Writer
java.io.PrintWriter
com.sun.tools.doclets.formats.html.markup.HtmlWriter
com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
com.sun.tools.doclets.formats.html.HtmlDocletWriter
com.sun.tools.doclets.formats.html.HelpWriter
public class HelpWriter
Generate the Help File for the generated API documentation. The help file contents are helpful for browsing the generated documentation.
| Field Summary |
|---|
| Fields inherited from class com.sun.tools.doclets.formats.html.HtmlDocletWriter |
|---|
configuration, displayLength, filename, path, relativePath, relativepathNoSlash |
| Fields inherited from class com.sun.tools.doclets.formats.html.markup.HtmlWriter |
|---|
fileseparator, htmlFilename, winTitle |
| Fields inherited from class java.io.PrintWriter |
|---|
out |
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
HelpWriter(ConfigurationImpl configuration,
java.lang.String filename)
Constructor to construct HelpWriter object. |
|
| Method Summary | |
|---|---|
static void |
generate(ConfigurationImpl configuration)
Construct the HelpWriter object and then use it to generate the help file. |
protected void |
generateHelpFile()
Generate the help file contents. |
protected void |
navLinkHelp()
Highlight the word "Help" in the navigation bar as this is the help file. |
protected void |
printHelpFileContents()
Print the help file contents from the resource file. |
| Methods inherited from class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter |
|---|
getHyperLink, getHyperLink, getHyperLink, getHyperLink, getPkgName, printBodyHtmlEnd, printFooter, printFrameFooter, printFramesetHeader, printFramesetHeader, printHyperLink, printHyperLink, printHyperLink, printHyperLink, printNbsps, printPkgName, spaces, today |
| Methods inherited from class java.io.PrintWriter |
|---|
append, append, append, checkError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelpWriter(ConfigurationImpl configuration,
java.lang.String filename)
throws java.io.IOException
filename - File to be generated.
java.io.IOException| Method Detail |
|---|
public static void generate(ConfigurationImpl configuration)
DocletAbortExceptionprotected void generateHelpFile()
protected void printHelpFileContents()
protected void navLinkHelp()
navLinkHelp in class HtmlDocletWriter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||