Class PackageIndexFrameWriter
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.HtmlDocletWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
gw.gosudoc.com.sun.tools.doclets.formats.html.PackageIndexFrameWriter
Deprecated.
Generate the package index for the left-hand frame in the generated output.
A click on the package name in this frame will update the page in the bottom
left hand frame with the listing of contents of the clicked package.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Field Summary
Fields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
packagesFields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.HtmlDocletWriter
blockTags, configuration, filename, fixedNavDiv, path, pathToRoot, printedAnnotationFieldHeading, printedAnnotationHeading, utilsFields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
CONTENT_TYPEFields inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlWriter
allclassesLabel, allpackagesLabel, annotationTypeDetailsLabel, classLabel, constructorDetailsLabel, defaultPackageLabel, deprecatedLabel, deprecatedPhrase, descfrmClassLabel, descfrmInterfaceLabel, descriptionLabel, detailLabel, enumConstantsDetailsLabel, fieldDetailsLabel, framesLabel, helpLabel, indexLabel, memberDetailsListPrinted, methodDetailsLabel, modifierTypeHeader, nextclassLabel, nextLabel, nextpackageLabel, noframesLabel, overridesLabel, overviewLabel, packageLabel, packagesLabel, packageTableHeader, prevclassLabel, prevLabel, prevpackageLabel, propertyDetailsLabel, script, seeLabel, specifiedByLabel, summaryLabel, treeLabel, useLabel, useTableSummary, winTitle -
Constructor Summary
ConstructorsConstructorDescriptionPackageIndexFrameWriter(ConfigurationImpl configuration, DocPath filename) Deprecated.Construct the PackageIndexFrameWriter object. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated.Adds "All Classes" link for the top of the left-hand frame page to the documentation tree.protected voidDeprecated.Adds the navigation bar footer to the documentation tree.protected voidDeprecated.Adds the navigation bar header to the documentation tree.protected voidaddOverviewHeader(Content body) Deprecated.Do nothing as there is no overview information in this page.protected voidaddPackagesList(Collection<PackageDoc> packages, String text, String tableSummary, Content body) Deprecated.Adds the packages list to the documentation tree.static voidgenerate(ConfigurationImpl configuration) Deprecated.Generate the package index file named "overview-frame.html".protected ContentgetPackage(PackageDoc pd) Deprecated.Returns each package name as a separate link.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.AbstractPackageIndexWriter
addConfigurationTitle, addIndex, addIndexContents, addOverview, buildPackageIndexFile, getNavLinkContentsMethods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.HtmlDocletWriter
addAnnotationInfo, addAnnotationInfo, addAnnotationInfo, addBottom, addInlineComment, addInlineComment, addInlineDeprecatedComment, addNavLinks, addPackageDeprecatedAPI, addPreQualifiedClassLink, addPreQualifiedClassLink, addPreQualifiedStrongClassLink, addReceiverAnnotationInfo, addScriptProperties, addSrcLink, addStyleSheetProperties, addSummaryComment, addSummaryComment, addSummaryDeprecatedComment, addSummaryDetailLinks, addTagsInfo, addTop, check, commentTagsToContent, configuration, getAllClassesLinkScript, getAnchor, getAnchor, getAnnotations, getCrossClassLink, getCrossPackageLink, getDocLink, getDocLink, getDocLink, getDocLink, getDocLink, getDocLink, getDocLink, getLink, getMarkerAnchor, getMarkerAnchor, getMarkerAnchor, getMarkerAnchor, getNavHideLists, getNavLinkClass, getNavLinkClassIndex, getNavLinkClassUse, getNavLinkDeprecated, getNavLinkHelp, getNavLinkIndex, getNavLinkMainTree, getNavLinkNext, getNavLinkNext, getNavLinkPackage, getNavLinkPackage, getNavLinkPrevious, getNavLinkPrevious, getNavLinkTree, getNavShowLists, getNavShowLists, getPackageAnchorName, getPackageLabel, getPackageLink, getPackageLink, getPackageName, getPreQualifiedClassLink, getQualifiedClassLink, getSummaryTableHeader, getTableCaption, getTagletWriterInstance, getTargetPackageLink, getTypeParameterLinks, getUserHeaderFooter, getWindowTitle, hasSerializationOverviewTags, isClassLinkable, isCoreClass, italicsClassName, pathString, pathString, printHtmlDocument, removeNonInlineHtmlTags, replaceDocRootDir, seeTagToContentMethods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
getDocLink, getDocLink, getDocLink, getGeneratedBy, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getHyperLink, getMemberDetailsListPrinted, getName, getPkgName, getStyleSheetProperties, printFramesDocumentMethods inherited from class gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlWriter
addStyles, close, codeText, generateMethodTypesScript, getBody, getFramesJavaScript, getModifierTypeHeader, getNonBreakResource, getResource, getResource, getResource, getSpace, getTitle, getWinTitleScript, write
-
Constructor Details
-
PackageIndexFrameWriter
public PackageIndexFrameWriter(ConfigurationImpl configuration, DocPath filename) throws IOException Deprecated.Construct the PackageIndexFrameWriter object.- Parameters:
filename- Name of the package index file to be generated.- Throws:
IOException
-
-
Method Details
-
generate
Deprecated.Generate the package index file named "overview-frame.html".- Throws:
DocletAbortException
-
addPackagesList
protected void addPackagesList(Collection<PackageDoc> packages, String text, String tableSummary, Content body) Deprecated.Adds the packages list to the documentation tree.- Specified by:
addPackagesListin classAbstractPackageIndexWriter- Parameters:
packages- a collection of packagedoc objectstext- caption for the tabletableSummary- summary for the tablebody- the document tree to which the packages list will be added
-
getPackage
Deprecated.Returns each package name as a separate link.- Parameters:
pd- PackageDoc- Returns:
- content for the package link
-
addOverviewHeader
Deprecated.Do nothing as there is no overview information in this page.- Specified by:
addOverviewHeaderin classAbstractPackageIndexWriter- Parameters:
body- the document tree to which the overview header will be added
-
addAllClassesLink
Deprecated.Adds "All Classes" link for the top of the left-hand frame page to the documentation tree.- Overrides:
addAllClassesLinkin classAbstractPackageIndexWriter- Parameters:
ul- the Content object to which the "All Classes" link should be added
-