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@seereferences 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 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.private PackageDocPackageFrameWriter.packageDocDeprecated.The package being documented.protected PackageDocPackageWriterImpl.packageDocDeprecated.The package being documented.(package private) final PackageDocPackageUseWriter.pkgdocDeprecated.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 PackageDocModifier and TypeFieldDescriptionprivate Map<String,List<PackageDoc>> PackageIndexWriter.groupPackageMapDeprecated.Map representing the group of packages as specified on the command line.protected SortedSet<PackageDoc>AbstractPackageIndexWriter.packagesDeprecated.A Set of Packages to be documented.(package private) SortedSet<PackageDoc>TreeWriter.packagesDeprecated.Packages in this run.(package private) final SortedSet<PackageDoc>ClassUseWriter.pkgSetDeprecated.(package private) Set<PackageDoc>ClassUseWriter.pkgToPackageAnnotationsDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return PackageDocModifier and TypeMethodDescription(package private) PackageDocHtmlDoclet.getNamedPackage(List<PackageDoc> list, int idx) Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type PackageDocModifier and TypeMethodDescriptionvoidHtmlDocletWriter.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.ConfigurationImpl.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.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 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 PackageDocModifier and TypeMethodDescriptionprotected 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.(package private) PackageDocHtmlDoclet.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.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 PackageDocModifier and TypeMethodDescriptionvoidConstantsSummaryWriter.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.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 PackageDocConstantsSummaryBuilder.currentPackageDeprecated.The current package being documented.private PackageDocSerializedFormBuilder.currentPackageDeprecated.The current package being documented.private final PackageDocPackageSummaryBuilder.packageDocDeprecated.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.containingPackagesSeenDeprecated.Keep track of which packages we have seen for efficiency purposes.(package private) final Set<PackageDoc>AbstractBuilder.Context.containingPackagesSeenKeep 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 PackageSummaryBuilderPackageSummaryBuilder.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 booleanConstantsSummaryBuilder.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 PackageDocModifierConstructorDescriptionprivatePackageSummaryBuilder(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.classToPackageDeprecated.Mapping of ClassDocs to set of PackageDoc used by that class.ClassUseMapper.classToPackageAnnotationsDeprecated.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.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.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 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 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.