Uses of Interface
gw.gosudoc.com.sun.javadoc.PackageDoc
-
Packages that use PackageDoc Package Description gw.gosudoc.com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.gw.gosudoc.com.sun.tools.doclets.formats.html This produces Javadoc's HTML-formatted API output.gw.gosudoc.com.sun.tools.doclets.internal.toolkit Contains the base classes that make up a doclet.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders This doclet-independent package has a set of classes and interfaces that are the building blocks for doclets.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util This package has utility classes that perform common services required for API documentation generation.gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of PackageDoc in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return PackageDoc Modifier and Type Method Description PackageDocProgramElementDoc. containingPackage()Deprecated.Get the package that this program element is contained in.PackageDoc[]ClassDoc. importedPackages()Deprecated.Import declarations are implementation details that should not be exposed here.PackageDocRootDoc. packageNamed(String name)Deprecated.Return a PackageDoc for the specified package name.PackageDocSeeTag. referencedPackage()Deprecated.Get the package doc when@seereferences only a package.PackageDoc[]RootDoc. specifiedPackages()Deprecated.Return the packages specified on the command line. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.doclets.formats.html
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html declared as PackageDoc Modifier and Type Field Description protected PackageDocPackageTreeWriter. nextDeprecated.The next package name in the alpha-order list.protected PackageDocPackageWriterImpl. nextDeprecated.The next package name in the alpha-order list.protected PackageDocPackageTreeWriter. packagedocDeprecated.Package for which tree is to be generated.protected PackageDocPackageWriterImpl. packageDocDeprecated.The package being documented.protected PackageDocPackageTreeWriter. prevDeprecated.The previous package name in the alpha-order list.protected PackageDocPackageWriterImpl. prevDeprecated.The prev package name in the alpha-order list.Fields in gw.gosudoc.com.sun.tools.doclets.formats.html with type parameters of type PackageDoc Modifier and Type Field Description protected SortedSet<PackageDoc>AbstractPackageIndexWriter. packagesDeprecated.A Set of Packages to be documented.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type PackageDoc Modifier and Type Method Description voidHtmlDocletWriter. addAnnotationInfo(PackageDoc packageDoc, Content htmltree)Deprecated.Adds the annotatation types for the given packageDoc.protected voidPackageUseWriter. addClassRow(ClassDoc usedClass, PackageDoc pkg, Content contentTree)Deprecated.Add a row for the class that uses the given package.protected voidClassUseWriter. addClassUse(PackageDoc pkg, Content contentTree)Deprecated.Add the class use information.protected voidAbstractIndexWriter. addDescription(PackageDoc pkg, Content dlTree, SearchIndexItem si)Deprecated.Add one line summary comment for the package.voidConstantsSummaryWriterImpl. addLinkToPackageContent(PackageDoc pkg, String parsedPackageName, Set<String> printedPackageHeaders, Content contentListTree)Deprecated.Adds the given package name link to the constant content list tree.protected voidClassUseWriter. addPackageUse(PackageDoc pkg, Content contentTree)Deprecated.Add the package use information.protected voidPackageUseWriter. addPackageUse(PackageDoc pkg, Content contentTree)Deprecated.Add the package use information.voidSourceToHTMLConverter. convertPackage(PackageDoc pd, DocPath outputdir)Deprecated.Convert the Classes in the given Package to an HTML.static voidPackageFrameWriter. generate(ConfigurationImpl configuration, PackageDoc packageDoc)Deprecated.Generate a package summary page for the left-hand bottom frame.static voidPackageTreeWriter. generate(ConfigurationImpl configuration, PackageDoc pkg, PackageDoc prev, PackageDoc next, boolean noDeprecated)Deprecated.Construct a PackageTreeWriter object and then use it to generate the package tree page.static voidPackageUseWriter. generate(ConfigurationImpl configuration, ClassUseMapper mapper, PackageDoc pkgdoc)Deprecated.Generate a class page.JavaFileManager.LocationConfigurationImpl. getLocationForPackage(PackageDoc pd)Deprecated.protected ContentHtmlDocletWriter. getNavLinkPackage(PackageDoc pkg)Deprecated.Get link to the "package-summary.html" page for the package passed.protected ContentPackageIndexFrameWriter. getPackage(PackageDoc pd)Deprecated.Returns each package name as a separate link.StringHtmlDocletWriter. getPackageAnchorName(PackageDoc packageDoc)Deprecated.Given a package, return the name to be used in HTML anchor tag.ContentHtmlDocletWriter. getPackageLink(PackageDoc pkg, Content label)Deprecated.Return the link to the given package.ContentHtmlDocletWriter. getPackageLink(PackageDoc pkg, String label)Deprecated.Return the link to the given package.ContentHtmlDocletWriter. getPackageName(PackageDoc packageDoc)Deprecated.Returns a packagename content.PackageSummaryWriterWriterFactoryImpl. getPackageSummaryWriter(PackageDoc packageDoc, PackageDoc prevPkg, PackageDoc nextPkg)Deprecated.Return the writer for the package summary.ContentHtmlDocletWriter. getTargetPackageLink(PackageDoc pd, String target, Content label)Deprecated.Get Package link, with target frame.protected DocPathHtmlDocletWriter. pathString(PackageDoc pd, DocPath name)Deprecated.Return path to the given file name in the given package.Method parameters in gw.gosudoc.com.sun.tools.doclets.formats.html with type arguments of type PackageDoc Modifier and Type Method Description protected voidAbstractPackageIndexWriter. addIndexContents(Collection<PackageDoc> packages, String text, String tableSummary, Content body)Deprecated.Adds package index contents.protected abstract voidAbstractPackageIndexWriter. addPackagesList(Collection<PackageDoc> packages, String text, String tableSummary, Content body)Deprecated.Adds the packages list to the documentation tree.protected voidPackageIndexFrameWriter. addPackagesList(Collection<PackageDoc> packages, String text, String tableSummary, Content body)Deprecated.Adds the packages list to the documentation tree.protected voidPackageIndexWriter. addPackagesList(Collection<PackageDoc> packages, Content tbody)Deprecated.Adds list of packages in the index table.protected voidPackageIndexWriter. addPackagesList(Collection<PackageDoc> packages, String text, String tableSummary, Content body)Deprecated.Adds the packages list to the documentation tree.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type PackageDoc Constructor Description PackageFrameWriter(ConfigurationImpl configuration, PackageDoc packageDoc)Deprecated.Constructor to construct PackageFrameWriter object and to generate "package-frame.html" file in the respective package directory.PackageTreeWriter(ConfigurationImpl configuration, DocPath path, PackageDoc packagedoc, PackageDoc prev, PackageDoc next)Deprecated.Constructor.PackageUseWriter(ConfigurationImpl configuration, ClassUseMapper mapper, DocPath filename, PackageDoc pkgdoc)Deprecated.Constructor.PackageWriterImpl(ConfigurationImpl configuration, PackageDoc packageDoc, PackageDoc prev, PackageDoc next)Deprecated.Constructor to construct PackageWriter object and to generate "package-summary.html" file in the respective package directory. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with type parameters of type PackageDoc Modifier and Type Field Description SortedSet<PackageDoc>Configuration. packagesDeprecated.A sorted set of packages specified on the command-line merged with a collection of packages that contain the classes specified on the command-line.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type PackageDoc Modifier and Type Method Description voidConstantsSummaryWriter. addLinkToPackageContent(PackageDoc pkg, String parsedPackageName, Set<String> WriteedPackageHeaders, Content contentListTree)Deprecated.Adds the given package name link to the constant content list tree.abstract JavaFileManager.LocationConfiguration. getLocationForPackage(PackageDoc pd)Deprecated.PackageSummaryWriterWriterFactory. getPackageSummaryWriter(PackageDoc packageDoc, PackageDoc prevPkg, PackageDoc nextPkg)Deprecated.Return the writer for the package summary. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type parameters of type PackageDoc Modifier and Type Field Description protected Set<PackageDoc>AbstractBuilder. containingPackagesSeenDeprecated.Keep track of which packages we have seen for efficiency purposes.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type PackageDoc Modifier and Type Method Description static PackageSummaryBuilderPackageSummaryBuilder. getInstance(AbstractBuilder.Context context, PackageDoc pkg, PackageSummaryWriter packageWriter)Deprecated.Construct a new PackageSummaryBuilder.AbstractBuilderBuilderFactory. getPackageSummaryBuilder(PackageDoc pkg, PackageDoc prevPkg, PackageDoc nextPkg)Deprecated.Return the builder that builds the package summary. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type PackageDoc Modifier and Type Field Description Map<String,Set<PackageDoc>>ClassUseMapper. classToPackageDeprecated.Mapping of ClassDocs to set of PackageDoc used by that class.Map<String,List<PackageDoc>>ClassUseMapper. classToPackageAnnotationsDeprecated.Mapping of Annotations to set of PackageDoc that use the annotation.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type PackageDoc Modifier and Type Method Description Map<String,List<PackageDoc>>Group. groupPackages(Set<PackageDoc> packages)Deprecated.Group the packages according the grouping information provided on the command line.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type PackageDoc Modifier and Type Method Description ClassDoc[]ClassDocCatalog. allClasses(PackageDoc pkgDoc)Deprecated.Return all of the classes specified on the command-line that belong to the given package.voidUtils. copyDocFiles(Configuration configuration, PackageDoc pd)Deprecated.Copy the given directory contents from the source package directory to the generated documentation directory.static DocPathDocPath. forPackage(PackageDoc pd)Deprecated.Return the path for a package.static DocPathDocPath. forRoot(PackageDoc pd)Deprecated.Return the inverse path for a package.String[]MetaKeywords. getMetaKeywords(PackageDoc packageDoc)Deprecated.Get the package keywords.StringUtils. getPackageFileHeadName(PackageDoc packageDoc)Deprecated.Given a package, return its file name without the extension.StringUtils. getPackageName(PackageDoc packageDoc)Deprecated.Given a package, return its name.static DocPathDocPath. relativePath(PackageDoc from, PackageDoc to)Deprecated.Return the relative path from one package to another.Method parameters in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type arguments of type PackageDoc Modifier and Type Method Description Map<String,List<PackageDoc>>Group. groupPackages(Set<PackageDoc> packages)Deprecated.Group the packages according the grouping information provided on the command line. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement PackageDoc Modifier and Type Class Description classPackageDocImplDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return PackageDoc Modifier and Type Method Description PackageDocClassDocImpl. containingPackage()Deprecated.Return the package that this class is contained in.PackageDocProgramElementDocImpl. containingPackage()Deprecated.Return the package that this member is contained in.PackageDoc[]ClassDocImpl. importedPackages()Deprecated.Import declarations are implementation details that should not be exposed here.PackageDocRootDocImpl. packageNamed(String name)Deprecated.Return a PackageDoc for the specified package namePackageDoc[]RootDocImpl. specifiedPackages()Deprecated.Packages specified on the command line.
-