|
FreeHEP API Version current |
|||||||||
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, configuration, displayLength, DOC_FILES_DIR_NAME, filename, path, relativepath, relativepathNoSlash |
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, getHyperLink, getPkgName, printBodyHtmlEnd, printFooter, printFrameFooter, printFramesetHeader, printFramesetHeader, printHyperLink, printHyperLink, printHyperLink, printHyperLink, printNbsps, printPkgName, spaces, today |
Methods inherited from class com.sun.tools.doclets.HtmlWriter |
address, addressEnd, aEnd, aName, anchor, anchor, blockquote, blockquoteEnd, 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, getWindowTitleOnload, 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, printWinTitleScript, script, scriptEnd, 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)
configuration
- the root of the doc tree.
com.sun.tools.doclets.DocletAbortException
protected void printIndexRow(com.sun.javadoc.PackageDoc packagedoc)
printIndexRow
in class AbstractPackageIndexWriter
packagedoc
- Package to which link is to be generated.protected void generateIndex()
generateIndex
in class AbstractPackageIndexWriter
protected void printOverviewHeader()
printOverviewHeader
in class AbstractPackageIndexWriter
protected void printIndexHeader(String text)
printIndexHeader
in class AbstractPackageIndexWriter
protected void printIndexFooter()
printIndexFooter
in class AbstractPackageIndexWriter
protected 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 AbstractPackageIndexWriter
IOException
protected void printNavigationBarHeader()
printNavigationBarHeader
in class AbstractPackageIndexWriter
protected void printNavigationBarFooter()
printNavigationBarFooter
in class AbstractPackageIndexWriter
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |