Contents | Package | Class | Tree | Index
PREV | NEXT SHOW LISTS | HIDE LISTS

Class sun.tools.javadoc.doclets.DeprecatedListWriter

sun.tools.javadoc.doclets.HtmlWriter
    |
    +----sun.tools.javadoc.doclets.HtmlDocWriter
            |
            +----sun.tools.javadoc.doclets.SubWriterHolderWriter
                    |
                    +----sun.tools.javadoc.doclets.DeprecatedListWriter

public class DeprecatedListWriter
extends SubWriterHolderWriter
Generate File to list all the deprecated classes and class members with the appropriate links.

See Also:
java.util.List

Fields inherited from class sun.tools.javadoc.doclets.HtmlDocWriter
 configuration, htmlFilename
 

Constructor Summary
 DeprecatedListWriter(sun.tools.javadoc.doclets.String filename)
          Constructor.
 

Method Summary
static void  generate(sun.tools.javadoc.doclets.Root root)
          Get list of all the deprecated classes and members in all the Packages specified on the Command Line.
void  generateDeprecatedListFile(DeprecatedAPIListBuilder deprapi)
          Print the deprecated API list.
void  navLinkDeprecated()
          Print deprecated API link
void  printDeprecatedFooter()
          Print the footer for the deprecated API Listing.
void  printDeprecatedHeader()
          Print the header for the deprecated API Listing.
 
Methods inherited from class sun.tools.javadoc.doclets.SubWriterHolderWriter
 printCommentDef, printIndexComment, printInheritedSummaryFooter, printInheritedSummaryHeader, printInheritedSummaryMember, printMemberFooter, printMemberHeader, printSummaryFooter, printSummaryHeader, printSummaryMember, printTableHeadingBackground, printTypeSummaryFooter, printTypeSummaryHeader
 
Methods inherited from class sun.tools.javadoc.doclets.HtmlDocWriter
 boldText, error, error, error, error, firstSentence, frame, frameEnd, frameSet, frameSetEnd, generateTagInfo, getText, getText, getText, getText, navGap, navHideLists, navHideLists, navLinkClass, navLinkContents, navLinkDeprecated, navLinkHelp, navLinkIndex, navLinkMainTree, navLinkNext, navLinkNext, navLinkPackage, navLinkPackage, navLinkPrevious, navLinkPrevious, navLinks, navLinkTree, navLinkTree, navShowLists, navShowLists, notice, notice, notice, notice, printBottom, printClassLink, printClassLink, printClassLink, printFooter, printHeader, printHyperLink, printHyperLink, printImage, printIndexHeading, printMemberHyperLink, printNbsps, printPackageLink, printPackageLink, printPartialHeader, printPreQualifiedClassLink, printQualifiedClassLink, printSeeTags, printTargetClassLink, printTargetHyperLink, printText, printText, printUserHeaderFooter, spaces, summaryRow, summaryRowEnd, table, tableEnd, tableHeaderEnd, tableHeaderStart, tableHeaderStart, tableHeaderStart, tableHeaderStart, tableIndexDetail, tableIndexSummary, tableInheritedHeaderStart, tablePackageFrame, td, td, tdIndex, today, warning, warning, warning, warning
 
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

DeprecatedListWriter

public DeprecatedListWriter(sun.tools.javadoc.doclets.String filename) throws sun.tools.javadoc.doclets.IOException
          Constructor.
Parameters:
filename - the file to be generated.
Method Detail

generate

public static void generate(sun.tools.javadoc.doclets.Root root) throws DocletAbortException
          Get list of all the deprecated classes and members in all the Packages specified on the Command Line. Then instantiate DeprecatedListWriter and generate File.
Parameters:
root - Root of the Document

generateDeprecatedListFile

protected void generateDeprecatedListFile(DeprecatedAPIListBuilder deprapi) throws sun.tools.javadoc.doclets.IOException
          Print the deprecated API list.
Parameters:
deprapi - list of deprecated API built already.

printDeprecatedHeader

protected void printDeprecatedHeader()
          Print the header for the deprecated API Listing.

printDeprecatedFooter

protected void printDeprecatedFooter()
          Print the footer for the deprecated API Listing.

navLinkDeprecated

protected void navLinkDeprecated()
          Print deprecated API link
Overrides:
navLinkDeprecated in class HtmlDocWriter

Contents | Package | Class | Tree | Index
PREV | NEXT SHOW LISTS | HIDE LISTS