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 PackageDoc
ProgramElementDoc. 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.PackageDoc
RootDoc. packageNamed(String name)
Deprecated.Return a PackageDoc for the specified package name.PackageDoc
SeeTag. referencedPackage()
Deprecated.Get the package doc when@see
references 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 PackageDoc
PackageTreeWriter. next
Deprecated.The next package name in the alpha-order list.protected PackageDoc
PackageWriterImpl. next
Deprecated.The next package name in the alpha-order list.protected PackageDoc
PackageTreeWriter. packagedoc
Deprecated.Package for which tree is to be generated.protected PackageDoc
PackageWriterImpl. packageDoc
Deprecated.The package being documented.protected PackageDoc
PackageTreeWriter. prev
Deprecated.The previous package name in the alpha-order list.protected PackageDoc
PackageWriterImpl. prev
Deprecated.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. packages
Deprecated.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 void
HtmlDocletWriter. addAnnotationInfo(PackageDoc packageDoc, Content htmltree)
Deprecated.Adds the annotatation types for the given packageDoc.protected void
PackageUseWriter. addClassRow(ClassDoc usedClass, PackageDoc pkg, Content contentTree)
Deprecated.Add a row for the class that uses the given package.protected void
ClassUseWriter. addClassUse(PackageDoc pkg, Content contentTree)
Deprecated.Add the class use information.protected void
AbstractIndexWriter. addDescription(PackageDoc pkg, Content dlTree, SearchIndexItem si)
Deprecated.Add one line summary comment for the package.void
ConstantsSummaryWriterImpl. addLinkToPackageContent(PackageDoc pkg, String parsedPackageName, Set<String> printedPackageHeaders, Content contentListTree)
Deprecated.Adds the given package name link to the constant content list tree.protected void
ClassUseWriter. addPackageUse(PackageDoc pkg, Content contentTree)
Deprecated.Add the package use information.protected void
PackageUseWriter. addPackageUse(PackageDoc pkg, Content contentTree)
Deprecated.Add the package use information.void
SourceToHTMLConverter. convertPackage(PackageDoc pd, DocPath outputdir)
Deprecated.Convert the Classes in the given Package to an HTML.static void
PackageFrameWriter. generate(ConfigurationImpl configuration, PackageDoc packageDoc)
Deprecated.Generate a package summary page for the left-hand bottom frame.static void
PackageTreeWriter. 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 void
PackageUseWriter. generate(ConfigurationImpl configuration, ClassUseMapper mapper, PackageDoc pkgdoc)
Deprecated.Generate a class page.JavaFileManager.Location
ConfigurationImpl. getLocationForPackage(PackageDoc pd)
Deprecated.protected Content
HtmlDocletWriter. getNavLinkPackage(PackageDoc pkg)
Deprecated.Get link to the "package-summary.html" page for the package passed.protected Content
PackageIndexFrameWriter. getPackage(PackageDoc pd)
Deprecated.Returns each package name as a separate link.String
HtmlDocletWriter. getPackageAnchorName(PackageDoc packageDoc)
Deprecated.Given a package, return the name to be used in HTML anchor tag.Content
HtmlDocletWriter. getPackageLink(PackageDoc pkg, Content label)
Deprecated.Return the link to the given package.Content
HtmlDocletWriter. getPackageLink(PackageDoc pkg, String label)
Deprecated.Return the link to the given package.Content
HtmlDocletWriter. getPackageName(PackageDoc packageDoc)
Deprecated.Returns a packagename content.PackageSummaryWriter
WriterFactoryImpl. getPackageSummaryWriter(PackageDoc packageDoc, PackageDoc prevPkg, PackageDoc nextPkg)
Deprecated.Return the writer for the package summary.Content
HtmlDocletWriter. getTargetPackageLink(PackageDoc pd, String target, Content label)
Deprecated.Get Package link, with target frame.protected DocPath
HtmlDocletWriter. 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 void
AbstractPackageIndexWriter. addIndexContents(Collection<PackageDoc> packages, String text, String tableSummary, Content body)
Deprecated.Adds package index contents.protected abstract void
AbstractPackageIndexWriter. addPackagesList(Collection<PackageDoc> packages, String text, String tableSummary, Content body)
Deprecated.Adds the packages list to the documentation tree.protected void
PackageIndexFrameWriter. addPackagesList(Collection<PackageDoc> packages, String text, String tableSummary, Content body)
Deprecated.Adds the packages list to the documentation tree.protected void
PackageIndexWriter. addPackagesList(Collection<PackageDoc> packages, Content tbody)
Deprecated.Adds list of packages in the index table.protected void
PackageIndexWriter. 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. packages
Deprecated.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 void
ConstantsSummaryWriter. 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.Location
Configuration. getLocationForPackage(PackageDoc pd)
Deprecated.PackageSummaryWriter
WriterFactory. 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. containingPackagesSeen
Deprecated.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 PackageSummaryBuilder
PackageSummaryBuilder. getInstance(AbstractBuilder.Context context, PackageDoc pkg, PackageSummaryWriter packageWriter)
Deprecated.Construct a new PackageSummaryBuilder.AbstractBuilder
BuilderFactory. 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. classToPackage
Deprecated.Mapping of ClassDocs to set of PackageDoc used by that class.Map<String,List<PackageDoc>>
ClassUseMapper. classToPackageAnnotations
Deprecated.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.void
Utils. copyDocFiles(Configuration configuration, PackageDoc pd)
Deprecated.Copy the given directory contents from the source package directory to the generated documentation directory.static DocPath
DocPath. forPackage(PackageDoc pd)
Deprecated.Return the path for a package.static DocPath
DocPath. forRoot(PackageDoc pd)
Deprecated.Return the inverse path for a package.String[]
MetaKeywords. getMetaKeywords(PackageDoc packageDoc)
Deprecated.Get the package keywords.String
Utils. getPackageFileHeadName(PackageDoc packageDoc)
Deprecated.Given a package, return its file name without the extension.String
Utils. getPackageName(PackageDoc packageDoc)
Deprecated.Given a package, return its name.static DocPath
DocPath. 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 class
PackageDocImpl
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return PackageDoc Modifier and Type Method Description PackageDoc
ClassDocImpl. containingPackage()
Deprecated.Return the package that this class is contained in.PackageDoc
ProgramElementDocImpl. 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.PackageDoc
RootDocImpl. packageNamed(String name)
Deprecated.Return a PackageDoc for the specified package namePackageDoc[]
RootDocImpl. specifiedPackages()
Deprecated.Packages specified on the command line.
-