|
FreeHEP API Version v1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.Writer
|
+--java.io.PrintWriter
|
+--com.sun.tools.doclets.HtmlWriter
|
+--com.sun.tools.doclets.HtmlDocWriter
|
+--org.freehep.tools.doclet.HtmlStandardWriter
|
+--org.freehep.tools.doclet.AbstractPackageIndexWriter
|
+--org.freehep.tools.doclet.PackageIndexWriter
Generate the package index page "overview-summary.html" for the right-hand frame. A click on the package name on this page will update the same frame with the "pacakge-summary.html" file for the clicked package.
| Field Summary |
| Fields inherited from class org.freehep.tools.doclet.AbstractPackageIndexWriter |
packages |
| Fields inherited from class org.freehep.tools.doclet.HtmlStandardWriter |
backpath, checkedSoucePath, configuration, displayLength, DOC_FILES_DIR_NAME, filename, path, relativepath, shouldCopyDocFiles |
| Fields inherited from class com.sun.tools.doclets.HtmlWriter |
fileseparator, htmlFilename, winTitle |
| Fields inherited from class java.io.PrintWriter |
out |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
PackageIndexWriter(ConfigurationStandard configuration,
String filename)
Construct the PackageIndexWriter. |
|
| Method Summary | |
static void |
generate(ConfigurationStandard configuration)
Generate the package index page for the right-hand frame. |
protected void |
generateIndex()
Depending upon the grouping information and their titles, generate separate table indices for each package group. |
protected void |
printIndexFooter()
Print Html closing tags for the table for this package index. |
protected void |
printIndexHeader(String text)
Print Html tags for the table for this package index. |
protected void |
printIndexRow(com.sun.javadoc.PackageDoc packagedoc)
Print each package in separate rows in the index table. |
protected void |
printNavigationBarFooter()
Print the footer fornavigation bar. |
protected void |
printNavigationBarHeader()
Print the header for navigation bar. |
protected void |
printOverview()
Call printOverviewComment() and then genrate the tag information
as provided in the file specified by the "-overview" option on the
command line. |
protected void |
printOverviewComment()
Print the overview comment as provided in the file specified by the "-overview" option on the command line. |
protected void |
printOverviewHeader()
Print the overview summary comment for this documentation. |
| Methods inherited from class org.freehep.tools.doclet.AbstractPackageIndexWriter |
generatePackageIndexFile, navLinkContents, printAllClassesPackagesLink, printConfigurationTitle, printIndexContents |
| Methods inherited from class com.sun.tools.doclets.HtmlDocWriter |
getHyperLink, getHyperLink, getHyperLink, getPkgName, printBodyHtmlEnd, printFooter, printFrameFooter, printHyperLink, printHyperLink, printHyperLink, printHyperLink, printNbsps, printPartialHeader, printPkgName, spaces, today |
| Methods inherited from class com.sun.tools.doclets.HtmlWriter |
address, addressEnd, aEnd, aName, anchor, anchor, blockquote, blockquoteEnd, body, body, bodyEnd, bold, bold, boldEnd, br, center, centerEnd, code, codeEnd, codeText, commentEnd, commentStart, dd, ddEnd, dl, dlEnd, dt, em, emEnd, font, fontEnd, fontSizeStyle, fontStyle, genWriter, getBold, getBoldEnd, getCode, getCodeEnd, getFontColor, getFontEnd, getScriptCode, h1, h1, h1End, h2, h2, h2End, h3, h3, h3End, h4, h4, h4End, h5, h5End, head, headEnd, hr, hr, hr, html, htmlEnd, img, italic, italicEnd, italics, italicsText, li, li, link, menu, menuEnd, noFrames, noFramesEnd, p, pEnd, pre, preEnd, space, sup, supEnd, table, table, table, table, tableEnd, td, tdAlign, tdAlignRowspan, tdAlignVAlign, tdAlignVAlignRowspan, tdBgcolorStyle, tdColspan, tdColspanBgcolorStyle, tdEnd, tdNowrap, tdVAlign, tdVAlignClass, tdWidth, title, title, titleEnd, tr, trAlignVAlign, trBgcolor, trBgcolorStyle, trEnd, ul, ulEnd |
| Methods inherited from class java.io.PrintWriter |
checkError, close, flush, print, print, print, print, print, print, print, print, print, 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 PackageIndexWriter(ConfigurationStandard configuration,
String filename)
throws IOException
Group| Method Detail |
public static void generate(ConfigurationStandard configuration)
com.sun.tools.doclets.DocletAbortExceptionprotected void printIndexRow(com.sun.javadoc.PackageDoc packagedoc)
printIndexRow in class AbstractPackageIndexWriterpackagedoc - Package to which link is to be generated.protected void generateIndex()
generateIndex in class AbstractPackageIndexWriterprotected void printOverviewHeader()
printOverviewHeader in class AbstractPackageIndexWriterprotected void printIndexHeader(String text)
printIndexHeader in class AbstractPackageIndexWriterprotected void printIndexFooter()
printIndexFooter in class AbstractPackageIndexWriterprotected void printOverviewComment()
protected void printOverview()
throws IOException
printOverviewComment() and then genrate the tag information
as provided in the file specified by the "-overview" option on the
command line.
printOverview in class AbstractPackageIndexWriterIOExceptionprotected void printNavigationBarHeader()
printNavigationBarHeader in class AbstractPackageIndexWriterprotected void printNavigationBarFooter()
printNavigationBarFooter in class AbstractPackageIndexWriter
|
FreeHEP API Version v1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||