Uses of Interface
gw.gosudoc.com.sun.javadoc.PackageDoc
Packages that use PackageDoc
Package
Description
-
Uses of PackageDoc in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return PackageDocModifier and TypeMethodDescriptionProgramElementDoc.containingPackage()
Deprecated.Get the package that this program element is contained in.ClassDoc.importedPackages()
Deprecated.Import declarations are implementation details that should not be exposed here.RootDoc.packageNamed
(String name) Deprecated.Return a PackageDoc for the specified package name.SeeTag.referencedPackage()
Deprecated.Get the package doc when@see
references only a package.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 PackageDocModifier and TypeFieldDescriptionprotected 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.private PackageDoc
PackageFrameWriter.packageDoc
Deprecated.The package being documented.protected PackageDoc
PackageWriterImpl.packageDoc
Deprecated.The package being documented.(package private) final PackageDoc
PackageUseWriter.pkgdoc
Deprecated.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 PackageDocModifier and TypeFieldDescriptionprivate Map<String,
List<PackageDoc>> PackageIndexWriter.groupPackageMap
Deprecated.Map representing the group of packages as specified on the command line.protected SortedSet<PackageDoc>
AbstractPackageIndexWriter.packages
Deprecated.A Set of Packages to be documented.(package private) SortedSet<PackageDoc>
TreeWriter.packages
Deprecated.Packages in this run.(package private) final SortedSet<PackageDoc>
ClassUseWriter.pkgSet
Deprecated.(package private) Set<PackageDoc>
ClassUseWriter.pkgToPackageAnnotations
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return PackageDocModifier and TypeMethodDescription(package private) PackageDoc
HtmlDoclet.getNamedPackage
(List<PackageDoc> list, int idx) Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type PackageDocModifier and TypeMethodDescriptionvoid
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.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.HtmlDocletWriter.getPackageAnchorName
(PackageDoc packageDoc) Deprecated.Given a package, return the name to be used in HTML anchor tag.HtmlDocletWriter.getPackageLink
(PackageDoc pkg, Content label) Deprecated.Return the link to the given package.HtmlDocletWriter.getPackageLink
(PackageDoc pkg, String label) Deprecated.Return the link to the given package.HtmlDocletWriter.getPackageName
(PackageDoc packageDoc) Deprecated.Returns a packagename content.WriterFactoryImpl.getPackageSummaryWriter
(PackageDoc packageDoc, PackageDoc prevPkg, PackageDoc nextPkg) Deprecated.Return the writer for the package summary.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 PackageDocModifier and TypeMethodDescriptionprotected 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.(package private) PackageDoc
HtmlDoclet.getNamedPackage
(List<PackageDoc> list, int idx) Deprecated.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type PackageDocModifierConstructorDescriptionPackageFrameWriter
(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 PackageDocModifier and TypeFieldDescriptionConfiguration.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 PackageDocModifier and TypeMethodDescriptionvoid
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.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 declared as PackageDocModifier and TypeFieldDescriptionprivate PackageDoc
ConstantsSummaryBuilder.currentPackage
Deprecated.The current package being documented.private PackageDoc
SerializedFormBuilder.currentPackage
Deprecated.The current package being documented.private final PackageDoc
PackageSummaryBuilder.packageDoc
Deprecated.The package being documented.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type parameters of type PackageDocModifier and TypeFieldDescriptionprotected final Set<PackageDoc>
AbstractBuilder.containingPackagesSeen
Deprecated.Keep track of which packages we have seen for efficiency purposes.(package private) final Set<PackageDoc>
AbstractBuilder.Context.containingPackagesSeen
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 PackageDocModifier and TypeMethodDescriptionstatic PackageSummaryBuilder
PackageSummaryBuilder.getInstance
(AbstractBuilder.Context context, PackageDoc pkg, PackageSummaryWriter packageWriter) Deprecated.Construct a new PackageSummaryBuilder.BuilderFactory.getPackageSummaryBuilder
(PackageDoc pkg, PackageDoc prevPkg, PackageDoc nextPkg) Deprecated.Return the builder that builds the package summary.private boolean
ConstantsSummaryBuilder.hasConstantField
(PackageDoc pkg) Deprecated.Return true if the given package has constant fields to document.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type PackageDocModifierConstructorDescriptionprivate
PackageSummaryBuilder
(AbstractBuilder.Context context, PackageDoc pkg, PackageSummaryWriter packageWriter) Deprecated.Construct a new PackageSummaryBuilder.Constructor parameters in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type arguments of type PackageDocModifierConstructorDescription(package private)
Context
(Configuration configuration, Set<PackageDoc> containingPackagesSeen, LayoutParser layoutParser) -
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 PackageDocModifier and TypeFieldDescriptionClassUseMapper.classToPackage
Deprecated.Mapping of ClassDocs to set of PackageDoc used by that class.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 with type parameters of type PackageDocModifier and TypeMethodDescriptionprivate <T extends PackageDoc>
voidClassUseMapper.mapAnnotations
(Map<String, List<T>> map, PackageDoc doc, T holder) Deprecated.Map the AnnotationType to the ProgramElementDocs that use them as type parameters.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type PackageDocModifier and TypeMethodDescription(package private) List<PackageDoc>
Group.getPkgList
(Map<String, List<PackageDoc>> map, String groupname) Deprecated.For the given group name, return the package list, on which it is mapped.Group.groupPackages
(Set<PackageDoc> packages) Deprecated.Group the packages according the grouping information provided on the command line.private Set<PackageDoc>
ClassUseMapper.packageSet
(ClassDoc cd) Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type PackageDocModifier and TypeMethodDescriptionClassDoc[]
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.Utils.getPackageFileHeadName
(PackageDoc packageDoc) Deprecated.Given a package, return its file name without the extension.Utils.getPackageName
(PackageDoc packageDoc) Deprecated.Given a package, return its name.private <T extends PackageDoc>
voidClassUseMapper.mapAnnotations
(Map<String, List<T>> map, PackageDoc doc, T holder) Deprecated.Map the AnnotationType to the ProgramElementDocs that use them as type parameters.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 PackageDocModifier and TypeMethodDescription(package private) List<PackageDoc>
Group.getPkgList
(Map<String, List<PackageDoc>> map, String groupname) Deprecated.For the given group name, return the package list, on which it is mapped.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 PackageDocFields in gw.gosudoc.com.sun.tools.javadoc.main declared as PackageDocMethods in gw.gosudoc.com.sun.tools.javadoc.main that return PackageDocModifier and TypeMethodDescriptionClassDocImpl.containingPackage()
Deprecated.Return the package that this class is contained in.ProgramElementDocImpl.containingPackage()
Deprecated.Return the package that this member is contained in.ClassDocImpl.importedPackages()
Deprecated.Import declarations are implementation details that should not be exposed here.RootDocImpl.packageNamed
(String name) Deprecated.Return a PackageDoc for the specified package nameSeeTagImpl.referencedPackage()
Deprecated.get the package referenced by @see.RootDocImpl.specifiedPackages()
Deprecated.Packages specified on the command line.