Uses of Interface
gw.gosudoc.com.sun.javadoc.ClassDoc
-
Packages that use ClassDoc 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.formats.html.markup This package contains classes that write HTML markup tags.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.doclets.internal.toolkit.util.links Provides a factory for constructing links.gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of ClassDoc in gw.gosudoc.com.sun.javadoc
Subinterfaces of ClassDoc in gw.gosudoc.com.sun.javadoc Modifier and Type Interface Description interfaceAnnotationTypeDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.Methods in gw.gosudoc.com.sun.javadoc that return ClassDoc Modifier and Type Method Description ClassDoc[]PackageDoc. allClasses()Deprecated.Get all included classes and interfaces in the package.ClassDoc[]PackageDoc. allClasses(boolean filter)Deprecated.Get all classes and interfaces in the package, filtered to the specified access modifier option.ClassDocParameterizedType. asClassDoc()Deprecated.Return the generic class or interface that declared this type.ClassDocType. asClassDoc()Deprecated.Return this type as aClassDocif it represents a class or interface.ClassDoc[]RootDoc. classes()Deprecated.Return the included classes and interfaces in all packages.ClassDocRootDoc. classNamed(String qualifiedName)Deprecated.Return a ClassDoc for the specified class or interface name.ClassDocProgramElementDoc. containingClass()Deprecated.Get the containing class or interface of this program element.ClassDoc[]PackageDoc. enums()Deprecated.Get included enum types in this package.ClassDoc[]PackageDoc. errors()Deprecated.Get included Error classes in this package.ClassDocThrowsTag. exception()Deprecated.Return aClassDocthat represents the exception.ClassDoc[]PackageDoc. exceptions()Deprecated.Get included Exception classes in this package.ClassDocSerialFieldTag. fieldTypeDoc()Deprecated.Return the ClassDoc for field type.ClassDocClassDoc. findClass(String className)Deprecated.Find the specified class or interface within the context of this class doc.ClassDocPackageDoc. findClass(String className)Deprecated.Lookup a class or interface within this package.ClassDoc[]ClassDoc. importedClasses()Deprecated.Import declarations are implementation details that should not be exposed here.ClassDoc[]ClassDoc. innerClasses()Deprecated.Return included nested classes and interfaces within this class or interface.ClassDoc[]ClassDoc. innerClasses(boolean filter)Deprecated.Return nested classes and interfaces within this class or interface filtered to the specified access modifier option.ClassDoc[]ClassDoc. interfaces()Deprecated.Return interfaces implemented by this class or interfaces extended by this interface.ClassDoc[]PackageDoc. interfaces()Deprecated.Get included interfaces in this package, omitting annotation types.ClassDoc[]PackageDoc. ordinaryClasses()Deprecated.Get included ordinary classes (that is, exclude exceptions, errors, enums, interfaces, and annotation types) in this package.ClassDocMethodDoc. overriddenClass()Deprecated.Return the class containing the method that this method overrides.ClassDocSeeTag. referencedClass()Deprecated.Get the class doc referenced by the class name part of @see.ClassDoc[]RootDoc. specifiedClasses()Deprecated.Return the classes and interfaces specified as source file names on the command line.ClassDocClassDoc. superclass()Deprecated.Return the superclass of this class.ClassDoc[]ExecutableMemberDoc. thrownExceptions()Deprecated.Return exceptions this method or constructor throws.Methods in gw.gosudoc.com.sun.javadoc with parameters of type ClassDoc Modifier and Type Method Description booleanClassDoc. subclassOf(ClassDoc cd)Deprecated.Test whether this class is a subclass of the specified class. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.formats.html
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html declared as ClassDoc Modifier and Type Field Description protected ClassDocAbstractMemberWriter. classdocDeprecated.protected ClassDocClassWriterImpl. classDocDeprecated.ClassDocConfigurationImpl. currentcdDeprecated.The classdoc for the class file getting generated.protected ClassDocClassWriterImpl. nextDeprecated.protected ClassDocClassWriterImpl. prevDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return ClassDoc Modifier and Type Method Description ClassDocClassWriterImpl. getClassDoc()Deprecated.Return the classDoc being documented.protected ClassDocConfigurationImpl. getValidClass(ClassDoc[] classarr)Deprecated.protected ClassDocAbstractExecutableMemberWriter. implementsMethodInIntfac(MethodDoc method, ClassDoc[] intfacs)Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type ClassDoc Modifier and Type Method Description voidAnnotationTypeFieldWriterImpl. addAnnotationDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Add the annotation type details tree header.voidAnnotationTypeRequiredMemberWriterImpl. addAnnotationDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Add the annotation type details tree header.voidPackageWriterImpl. addClassesSummary(ClassDoc[] classes, String label, String tableSummary, String[] tableHeader, Content summaryContentTree)Deprecated.Adds the table of classes to the documentation tree.protected voidAbstractIndexWriter. addClassInfo(ClassDoc cd, Content contentTree)Deprecated.Add the classkind (class, interface, exception), error of the class passed.protected voidPackageFrameWriter. addClassKindListing(ClassDoc[] arr, Content labelContent, HtmlTree contentTree)Deprecated.Add specific class kind listing.protected voidPackageUseWriter. addClassRow(ClassDoc usedClass, PackageDoc pkg, Content contentTree)Deprecated.Add a row for the class that uses the given package.voidConstantsSummaryWriterImpl. addConstantMembers(ClassDoc cd, List<FieldDoc> fields, Content classConstantTree)Deprecated.Adds the constant member table to the documentation tree.protected voidAbstractIndexWriter. addDescription(ClassDoc cd, Content dlTree, SearchIndexItem si)Deprecated.Add one line summary comment for the class.protected voidAbstractTreeWriter. addExtendsImplements(ClassDoc parent, ClassDoc cd, Content contentTree)Deprecated.Add information regarding the classes which this class extends or implements.voidAbstractMemberWriter. addInheritedMemberSummary(ClassDoc classDoc, ProgramElementDoc nestedClass, boolean isFirst, boolean isLast, Content linksTree)Deprecated.Add inherited member summary for the given class and member.voidSubWriterHolderWriter. addInheritedMemberSummary(AbstractMemberWriter mw, ClassDoc cd, ProgramElementDoc member, boolean isFirst, Content linksTree)Deprecated.Add the inherited member summary.abstract voidAbstractMemberWriter. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidAnnotationTypeFieldWriterImpl. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidAnnotationTypeRequiredMemberWriterImpl. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidConstructorWriterImpl. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidEnumConstantWriterImpl. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidFieldWriterImpl. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidMethodWriterImpl. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidNestedClassWriterImpl. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidPropertyWriterImpl. addInheritedSummaryAnchor(ClassDoc cd, Content inheritedTree)Deprecated.Add the anchor for the inherited summary section of the member.voidSubWriterHolderWriter. addInheritedSummaryHeader(AbstractMemberWriter mw, ClassDoc cd, Content inheritedTree)Deprecated.Add the inherited summary header.abstract voidAbstractMemberWriter. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.voidAnnotationTypeFieldWriterImpl. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.voidAnnotationTypeRequiredMemberWriterImpl. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.voidConstructorWriterImpl. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.voidEnumConstantWriterImpl. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.voidFieldWriterImpl. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.voidMethodWriterImpl. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.voidNestedClassWriterImpl. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.voidPropertyWriterImpl. addInheritedSummaryLabel(ClassDoc cd, Content inheritedTree)Deprecated.Add inherited summary lable for the member.protected voidAbstractExecutableMemberWriter. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)Deprecated.Add the inherited summary link for the member.protected abstract voidAbstractMemberWriter. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)Deprecated.Add the inherited summary link for the member.protected voidAnnotationTypeFieldWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)Deprecated.Add the inherited summary link for the member.protected voidAnnotationTypeRequiredMemberWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)Deprecated.Add the inherited summary link for the member.protected voidEnumConstantWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)Deprecated.Add the inherited summary link for the member.protected voidFieldWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)Deprecated.Add the inherited summary link for the member.protected voidNestedClassWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)Deprecated.Add the inherited summary link for the member.protected voidPropertyWriterImpl. addInheritedSummaryLink(ClassDoc cd, ProgramElementDoc member, Content linksTree)Deprecated.Add the inherited summary link for the member.protected voidAbstractTreeWriter. addLevelInfo(ClassDoc parent, Collection<ClassDoc> list, boolean isEnum, Content contentTree)Deprecated.Add each level of the class tree.voidHtmlSerialFieldWriter. addMemberHeader(ClassDoc fieldType, String fieldTypeStr, String fieldDimensions, String fieldName, Content contentTree)Deprecated.Add the member header.voidAbstractMemberWriter. addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, List<Content> tableContents, int counter)Deprecated.Add the member summary for the given class.protected voidAbstractTreeWriter. addPartialInfo(ClassDoc cd, Content contentTree)Deprecated.Add information about the class kind, if it's a "class" or "interface".voidHtmlDocletWriter. addPreQualifiedClassLink(LinkInfoImpl.Kind context, ClassDoc cd, boolean isStrong, Content contentTree)Deprecated.Add the class link with the package portion of the label in plain text.voidHtmlDocletWriter. addPreQualifiedClassLink(LinkInfoImpl.Kind context, ClassDoc cd, Content contentTree)Deprecated.Add the class link.voidHtmlDocletWriter. addPreQualifiedStrongClassLink(LinkInfoImpl.Kind context, ClassDoc cd, Content contentTree)Deprecated.Add the class link, with only class name as the strong link and prefixing plain package name.abstract voidAbstractMemberWriter. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidAnnotationTypeFieldWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidAnnotationTypeOptionalMemberWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidAnnotationTypeRequiredMemberWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidConstructorWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidEnumConstantWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidFieldWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidMethodWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidNestedClassWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidPropertyWriterImpl. addSummaryAnchor(ClassDoc cd, Content memberTree)Deprecated.Add the anchor for the summary section of the member.voidSubWriterHolderWriter. addSummaryHeader(AbstractMemberWriter mw, ClassDoc cd, Content memberTree)Deprecated.Add the summary header.protected voidAbstractExecutableMemberWriter. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.protected voidAbstractMemberWriter. addSummaryLink(ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.protected abstract voidAbstractMemberWriter. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.protected voidAnnotationTypeFieldWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.protected voidAnnotationTypeRequiredMemberWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.protected voidEnumConstantWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.protected voidFieldWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.protected voidNestedClassWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.protected voidPropertyWriterImpl. addSummaryLink(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary)Deprecated.Add the summary link for the member.voidSourceToHTMLConverter. convertClass(ClassDoc cd, DocPath outputdir)Deprecated.Convert the given Class to an HTML.static voidClassUseWriter. generate(ConfigurationImpl configuration, ClassUseMapper mapper, ClassDoc classdoc)Deprecated.Generate a class page.protected voidHtmlDoclet. generateClassFiles(ClassDoc[] arr, ClassTree classtree)Deprecated.Generate the class documentation.ContentSerializedFormWriterImpl. getClassHeader(ClassDoc classDoc)Deprecated.Get the serializable class heading.ClassWriterWriterFactoryImpl. getClassWriter(ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree)Deprecated.Return the writer for a class.ContentConstantsSummaryWriterImpl. getConstantMembersHeader(ClassDoc cd)Deprecated.Get the table caption and header for the constant summary tableContentConstructorWriterImpl. getConstructorDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the constructor details tree header.ContentHtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label)Deprecated.Return the link for the given member.ContentHtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label, boolean strong)Deprecated.ContentHtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label, boolean strong, boolean isProperty)Deprecated.ContentHtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, String label, boolean strong)Deprecated.Return the link for the given member.ContentHtmlDocletWriter. getDocLink(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, String label, boolean strong, boolean isProperty)Deprecated.Return the link for the given member.ContentEnumConstantWriterImpl. getEnumConstantsDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the enum constants details tree header.ContentFieldWriterImpl. getFieldDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the field details tree header.ContentAbstractMemberWriter. getInheritedSummaryHeader(ClassDoc classDoc)Deprecated.Get the inherited summary header for the given class.ContentAnnotationTypeFieldWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentAnnotationTypeOptionalMemberWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentAnnotationTypeRequiredMemberWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentConstructorWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentEnumConstantWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentFieldWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentMethodWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentNestedClassWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentPropertyWriterImpl. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentMethodWriterImpl. getMethodDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the method details tree header.protected abstract ContentAbstractMemberWriter. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentAnnotationTypeFieldWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentAnnotationTypeOptionalMemberWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentAnnotationTypeRequiredMemberWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentConstructorWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentEnumConstantWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentFieldWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentMethodWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentNestedClassWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.protected ContentPropertyWriterImpl. getNavSummaryLink(ClassDoc cd, boolean link)Deprecated.Get the navigation summary link.ContentHtmlDocletWriter. getPreQualifiedClassLink(LinkInfoImpl.Kind context, ClassDoc cd, boolean isStrong)Deprecated.Retrieve the class link with the package portion of the label in plain text.ContentPropertyWriterImpl. getPropertyDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the property details tree header.ContentHtmlDocletWriter. getQualifiedClassLink(LinkInfoImpl.Kind context, ClassDoc cd)Deprecated.Get the class link.SerializedFormWriter.SerialFieldWriterSerializedFormWriterImpl. getSerialFieldWriter(ClassDoc classDoc)Deprecated.Return an instance of a SerialFieldWriter.SerializedFormWriter.SerialMethodWriterSerializedFormWriterImpl. getSerialMethodWriter(ClassDoc classDoc)Deprecated.Return an instance of a SerialMethodWriter.ContentAbstractMemberWriter. getSummaryTableTree(ClassDoc classDoc, List<Content> tableContents)Deprecated.Get the summary table tree for the given class.ContentSubWriterHolderWriter. getSummaryTableTree(AbstractMemberWriter mw, ClassDoc cd, List<Content> tableContents, boolean showTabs)Deprecated.Get the summary table.protected ClassDocConfigurationImpl. getValidClass(ClassDoc[] classarr)Deprecated.protected ClassDocAbstractExecutableMemberWriter. implementsMethodInIntfac(MethodDoc method, ClassDoc[] intfacs)Deprecated.booleanHtmlDocletWriter. isClassLinkable(ClassDoc cd)Deprecated.booleanHtmlDocletWriter. isCoreClass(ClassDoc cd)Deprecated.According to The Java™ Language Specification, all the outer classes and static nested classes are core classes.booleanSerializedFormWriterImpl. isVisibleClass(ClassDoc classDoc)Deprecated.Checks if a class is generated and is visible.ContentHtmlDocletWriter. italicsClassName(ClassDoc cd, boolean qual)Deprecated.List<FieldDoc>HtmlSerialFieldWriter. members(ClassDoc cd)Deprecated.protected DocPathHtmlDocletWriter. pathString(ClassDoc cd, DocPath name)Deprecated.Return the path to the class page for a classdoc.Method parameters in gw.gosudoc.com.sun.tools.doclets.formats.html with type arguments of type ClassDoc Modifier and Type Method Description protected voidAbstractTreeWriter. addLevelInfo(ClassDoc parent, Collection<ClassDoc> list, boolean isEnum, Content contentTree)Deprecated.Add each level of the class tree.protected voidAbstractTreeWriter. addTree(SortedSet<ClassDoc> list, String heading, HtmlTree div)Deprecated.Add the heading for the tree depending upon tree type if it's a Class Tree or Interface tree. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.formats.html.markup
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html.markup with parameters of type ClassDoc Modifier and Type Method Description StringHtmlDocWriter. getPkgName(ClassDoc cd)Deprecated.Get the name of the package, this class is in. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return ClassDoc Modifier and Type Method Description ClassDocClassWriter. getClassDoc()Deprecated.Return the classDoc being documented.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type ClassDoc Modifier and Type Method Description voidAnnotationTypeFieldWriter. addAnnotationDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Add the annotation type details tree header.voidAnnotationTypeRequiredMemberWriter. addAnnotationDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Add the annotation type details tree header.voidPackageSummaryWriter. addClassesSummary(ClassDoc[] classes, String label, String tableSummary, String[] tableHeader, Content summaryContentTree)Deprecated.Adds the table of classes to the documentation tree.voidConstantsSummaryWriter. addConstantMembers(ClassDoc cd, List<FieldDoc> fields, Content classConstantTree)Deprecated.Adds the constant member table to the documentation tree.voidMemberSummaryWriter. addInheritedMemberSummary(ClassDoc classDoc, ProgramElementDoc member, boolean isFirst, boolean isLast, Content linksTree)Deprecated.Add the inherited member summary for the given class and member.voidSerializedFormWriter.SerialFieldWriter. addMemberHeader(ClassDoc fieldType, String fieldTypeStr, String fieldDimensions, String fieldName, Content contentTree)Adds the member header.voidMemberSummaryWriter. addMemberSummary(ClassDoc classDoc, ProgramElementDoc member, Tag[] firstSentenceTags, List<Content> tableContents, int counter)Deprecated.Add the member summary for the given class and member.protected abstract voidAbstractDoclet. generateClassFiles(ClassDoc[] arr, ClassTree classtree)Deprecated.Generate the class documentation.ContentSerializedFormWriter. getClassHeader(ClassDoc classDoc)Deprecated.Get the heading for the serializable class.StringConfiguration. getClassName(ClassDoc cd)Deprecated.Return the qualified name of theClassDocif it's qualifier is not excluded.ClassWriterWriterFactory. getClassWriter(ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree)Deprecated.Return the writer for a class.ContentConstructorWriter. getConstructorDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the constructor details tree header.ContentEnumConstantWriter. getEnumConstantsDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the enum constants details tree header.ContentFieldWriter. getFieldDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the field details tree header.ContentMemberSummaryWriter. getInheritedSummaryHeader(ClassDoc classDoc)Deprecated.Get the inherited member summary header for the given class.ContentMemberSummaryWriter. getMemberSummaryHeader(ClassDoc classDoc, Content memberSummaryTree)Deprecated.Get the member summary header for the given class.ContentMethodWriter. getMethodDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the method details tree header.ContentPropertyWriter. getPropertyDetailsTreeHeader(ClassDoc classDoc, Content memberDetailsTree)Deprecated.Get the property details tree header.SerializedFormWriter.SerialFieldWriterSerializedFormWriter. getSerialFieldWriter(ClassDoc classDoc)Deprecated.Return an instance of a SerialFieldWriter.SerializedFormWriter.SerialMethodWriterSerializedFormWriter. getSerialMethodWriter(ClassDoc classDoc)Deprecated.Return an instance of a SerialMethodWriter.ContentMemberSummaryWriter. getSummaryTableTree(ClassDoc classDoc, List<Content> tableContents)Deprecated.Get the summary table for the given class.booleanConfiguration. isGeneratedDoc(ClassDoc cd)Deprecated.Return true if the ClassDoc element is getting documented, depending upon -nodeprecated option and the deprecation information. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders declared as ClassDoc Modifier and Type Field Description protected ClassDocAnnotationTypeFieldBuilder. classDocDeprecated.The annotation type whose members are being documented.protected ClassDocAnnotationTypeRequiredMemberBuilder. classDocDeprecated.The annotation type whose members are being documented.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type parameters of type ClassDoc Modifier and Type Field Description protected Set<ClassDoc>ConstantsSummaryBuilder. classDocsWithConstFieldsDeprecated.The set of ClassDocs that have constant fields.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type ClassDoc Modifier and Type Method Description voidSerializedFormBuilder. buildFieldSerializationOverview(ClassDoc classDoc, Content classContentTree)Deprecated.Build the serialization overview for the given class.AbstractBuilderBuilderFactory. getClassBuilder(ClassDoc classDoc, ClassDoc prevClass, ClassDoc nextClass, ClassTree classTree)Deprecated.Return the builder for the class.static AnnotationTypeFieldBuilderAnnotationTypeFieldBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeFieldWriter writer)Deprecated.Construct a new AnnotationTypeFieldBuilder.static AnnotationTypeOptionalMemberBuilderAnnotationTypeOptionalMemberBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeOptionalMemberWriter writer)Deprecated.Construct a new AnnotationTypeMemberBuilder.static AnnotationTypeRequiredMemberBuilderAnnotationTypeRequiredMemberBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeRequiredMemberWriter writer)Deprecated.Construct a new AnnotationTypeMemberBuilder.static ClassBuilderClassBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, ClassWriter writer)Deprecated.Construct a new ClassBuilder.static ConstructorBuilderConstructorBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, ConstructorWriter writer)Deprecated.Construct a new ConstructorBuilder.static EnumConstantBuilderEnumConstantBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, EnumConstantWriter writer)Deprecated.Construct a new EnumConstantsBuilder.static FieldBuilderFieldBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, FieldWriter writer)Deprecated.Construct a new FieldBuilder.static MethodBuilderMethodBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, MethodWriter writer)Deprecated.Construct a new MethodBuilder.static PropertyBuilderPropertyBuilder. getInstance(AbstractBuilder.Context context, ClassDoc classDoc, PropertyWriter writer)Deprecated.Construct a new PropertyBuilder.List<ProgramElementDoc>AnnotationTypeFieldBuilder. members(ClassDoc classDoc)Deprecated.Returns a list of members that will be documented for the given class.List<ProgramElementDoc>AnnotationTypeRequiredMemberBuilder. members(ClassDoc classDoc)Deprecated.Returns a list of members that will be documented for the given class.List<ProgramElementDoc>ConstructorBuilder. members(ClassDoc classDoc)Deprecated.Returns a list of constructors that will be documented for the given class.List<ProgramElementDoc>EnumConstantBuilder. members(ClassDoc classDoc)Deprecated.Returns a list of enum constants that will be documented for the given class.List<ProgramElementDoc>FieldBuilder. members(ClassDoc classDoc)Deprecated.Returns a list of fields that will be documented for the given class.List<ProgramElementDoc>MethodBuilder. members(ClassDoc classDoc)Deprecated.Returns a list of methods that will be documented for the given class.List<ProgramElementDoc>PropertyBuilder. members(ClassDoc classDoc)Deprecated.Returns a list of properties that will be documented for the given class.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type ClassDoc Constructor Description AnnotationTypeFieldBuilder(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeFieldWriter writer, int memberType)Deprecated.Construct a new AnnotationTypeFieldsBuilder.AnnotationTypeRequiredMemberBuilder(AbstractBuilder.Context context, ClassDoc classDoc, AnnotationTypeRequiredMemberWriter writer, int memberType)Deprecated.Construct a new AnnotationTypeRequiredMemberBuilder. -
Uses of ClassDoc 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 ClassDoc Modifier and Type Field Description Map<String,Set<ClassDoc>>ClassUseMapper. classToClassDeprecated.Mapping of ClassDocs to set of ClassDoc used by that class.Map<String,List<ClassDoc>>ClassUseMapper. classToClassAnnotationsDeprecated.The mapping of AnnotationTypeDocs to ClassDocs that use them.Map<String,List<ClassDoc>>ClassUseMapper. classToClassTypeParamDeprecated.The mapping of ClassDocs to ClassDocs that use them as type parameters.Map<String,List<ClassDoc>>ClassUseMapper. classToImplementingClassDeprecated.Mapping of ClassDocs to list of ClassDoc which implement this interface.Map<String,List<ClassDoc>>ClassUseMapper. classToSubclassDeprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subclasses of that class.Map<String,List<ClassDoc>>ClassUseMapper. classToSubinterfaceDeprecated.Mapping of ClassDocs to list of ClassDoc which are direct or indirect subinterfaces of that interface.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return ClassDoc 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.ClassDoc[]ClassDocCatalog. allClasses(String packageName)Deprecated.Return all of the classes specified on the command-line that belong to the given package.ClassDoc[]ClassDocCatalog. annotationTypes(String packageName)Deprecated.Return all of the annotation types specified on the command-line that belong to the given package.ClassDoc[]ClassDocCatalog. enums(String packageName)Deprecated.Return all of the enums specified on the command-line that belong to the given package.ClassDoc[]ClassDocCatalog. errors(String packageName)Deprecated.Return all of the errors specified on the command-line that belong to the given package.ClassDoc[]ClassDocCatalog. exceptions(String packageName)Deprecated.Return all of the exceptions specified on the command-line that belong to the given package.ClassDoc[]Utils. filterOutPrivateClasses(ClassDoc[] classes, boolean javafx)Deprecated.In case of JavaFX mode on, filters out classes that are private, package private or having the @treatAsPrivate annotation.ClassDocUtils. getFirstVisibleSuperClassCD(ClassDoc classDoc, Configuration configuration)Deprecated.Given a class, return the closest visible super class.ClassDoc[]ClassDocCatalog. interfaces(String packageName)Deprecated.Return all of the interfaces specified on the command-line that belong to the given package.ClassDoc[]ClassDocCatalog. ordinaryClasses(String packageName)Deprecated.Return all of the ordinary classes specified on the command-line that belong to the given package.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type ClassDoc Modifier and Type Method Description SortedSet<ClassDoc>ClassTree. allSubs(ClassDoc cd, boolean isEnum)Deprecated.Return a list of all direct or indirect, sub-classes and subinterfaces of the ClassDoc argument.SortedSet<ClassDoc>ClassTree. baseAnnotationTypes()Deprecated.Return the list of base annotation types.SortedSet<ClassDoc>ClassTree. baseclasses()Deprecated.Return the base-classes list.SortedSet<ClassDoc>ClassTree. baseEnums()Deprecated.Return the list of base enums.SortedSet<ClassDoc>ClassTree. baseinterfaces()Deprecated.Return the list of base interfaces.List<ClassDoc>VisibleMemberMap. getVisibleClassesList()Deprecated.Return the list of visible classes in this map.SortedSet<ClassDoc>ClassTree. implementingclasses(ClassDoc cd)Deprecated.Return the list of classes which implement the interface passed.SortedSet<ClassDoc>ClassTree. subclasses(ClassDoc cd)Deprecated.Return the sub-class list for the class passed.SortedSet<ClassDoc>ClassTree. subinterfaces(ClassDoc cd)Deprecated.Return the sub-interface list for the interface passed.SortedSet<ClassDoc>ClassTree. subs(ClassDoc cd, boolean isEnum)Deprecated.Return the sub-class/interface list for the class/interface passed.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ClassDoc Modifier and Type Method Description voidClassDocCatalog. addClassDoc(ClassDoc classdoc)Deprecated.Add the given class to the catalog.SortedSet<ClassDoc>ClassTree. allSubs(ClassDoc cd, boolean isEnum)Deprecated.Return a list of all direct or indirect, sub-classes and subinterfaces of the ClassDoc argument.ClassDoc[]Utils. filterOutPrivateClasses(ClassDoc[] classes, boolean javafx)Deprecated.In case of JavaFX mode on, filters out classes that are private, package private or having the @treatAsPrivate annotation.MethodDocUtils. findMethod(ClassDoc cd, MethodDoc method)Deprecated.Search for the given method in the given class.static DocPathDocPath. forClass(ClassDoc cd)Deprecated.Return the path for a class.static DocPathDocPath. forName(ClassDoc cd)Deprecated.Return the path for the simple name of the class.static DocPathDocPath. forPackage(ClassDoc cd)Deprecated.Return the path for the package of a class.protected ArrayList<String>MetaKeywords. getClassKeyword(ClassDoc classdoc)Deprecated.Get the current class for a meta tag keyword, as the first and only element of an array list.TypeUtils. getFirstVisibleSuperClass(ClassDoc classDoc, Configuration configuration)Deprecated.Given a class, return the closest visible super class.ClassDocUtils. getFirstVisibleSuperClassCD(ClassDoc classDoc, Configuration configuration)Deprecated.Given a class, return the closest visible super class.List<ProgramElementDoc>VisibleMemberMap. getMembersFor(ClassDoc cd)Deprecated.Retrn the list of members for the given class.String[]MetaKeywords. getMetaKeywords(ClassDoc classdoc)Deprecated.Returns an array of strings where each element is a class, method or field name.StringUtils. getTypeName(Configuration config, ClassDoc cd, boolean lowerCaseOnly)Deprecated.Given a ClassDoc, return the name of its type (Class, Interface, etc.).SortedSet<ClassDoc>ClassTree. implementingclasses(ClassDoc cd)Deprecated.Return the list of classes which implement the interface passed.booleanUtils. isCoreClass(ClassDoc cd)Deprecated.According to The Java™ Language Specification, all the outer classes and static inner classes are core classes.booleanUtils. isLinkable(ClassDoc classDoc, Configuration configuration)Deprecated.Return true if this class is linkable and false if we can't link to the desired class.protected voidIndexBuilder. putMembersInIndexMap(ClassDoc classdoc)Deprecated.Put all the members(fields, methods and constructors) in the classdoc to the indexmap.voidUtils. setEnumDocumentation(Configuration configuration, ClassDoc classDoc)Deprecated.The documentation for values() and valueOf() in Enums are set by the doclet.SortedSet<ClassDoc>ClassTree. subclasses(ClassDoc cd)Deprecated.Return the sub-class list for the class passed.SortedSet<ClassDoc>ClassTree. subinterfaces(ClassDoc cd)Deprecated.Return the sub-interface list for the interface passed.SortedSet<ClassDoc>ClassTree. subs(ClassDoc cd, boolean isEnum)Deprecated.Return the sub-class/interface list for the class/interface passed.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ClassDoc Constructor Description ClassDocCatalog(ClassDoc[] classdocs, Configuration config)Deprecated.Construct a new ClassDocCatalog.ClassTree(ClassDoc[] classes, Configuration configuration)Deprecated.Constructor.VisibleMemberMap(ClassDoc classdoc, int kind, Configuration configuration)Deprecated.Construct a VisibleMemberMap of the given type for the given class. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links declared as ClassDoc Modifier and Type Field Description ClassDocLinkInfo. classDocDeprecated.The ClassDoc we want to link to. -
Uses of ClassDoc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement ClassDoc Modifier and Type Class Description classAnnotationTypeDocImplDeprecated.classClassDocImplDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return ClassDoc Modifier and Type Method Description ClassDoc[]PackageDocImpl. allClasses()Deprecated.Get all included classes (including Exceptions and Errors) and interfaces.ClassDoc[]PackageDocImpl. allClasses(boolean filter)Deprecated.Get all classes (including Exceptions and Errors) and interfaces.ClassDocAnnotatedTypeImpl. asClassDoc()Deprecated.ClassDocClassDocImpl. asClassDoc()Deprecated.Return this type as a class, which it already is.ClassDocParameterizedTypeImpl. asClassDoc()Deprecated.Return the generic class or interface that declared this type.ClassDocTypeVariableImpl. asClassDoc()Deprecated.Return the ClassDoc of the erasure of this type variable.ClassDocWildcardTypeImpl. asClassDoc()Deprecated.Return the ClassDoc of the erasure of this wildcard type.ClassDoc[]RootDocImpl. classes()Deprecated.Return all classes and interfaces (including those inside packages) to be documented.ClassDocRootDocImpl. classNamed(String qualifiedName)Deprecated.Return a ClassDoc for the specified class/interface nameClassDocProgramElementDocImpl. containingClass()Deprecated.Get the containing class of this program element.ClassDoc[]PackageDocImpl. enums()Deprecated.Get included enum types in this package.ClassDoc[]PackageDocImpl. errors()Deprecated.Get Error classes in this package.ClassDoc[]PackageDocImpl. exceptions()Deprecated.Get Exception classes in this package.ClassDocClassDocImpl. findClass(String className)Deprecated.Find a class within the context of this class.ClassDocPackageDocImpl. findClass(String className)Deprecated.Lookup for a class within this package.ClassDoc[]ClassDocImpl. importedClasses()Deprecated.Import declarations are implementation details that should not be exposed here.ClassDoc[]ClassDocImpl. innerClasses()Deprecated.Return included inner classes within this class.ClassDoc[]ClassDocImpl. innerClasses(boolean filter)Deprecated.Return inner classes within this class.ClassDoc[]ClassDocImpl. interfaces()Deprecated.Return interfaces implemented by this class or interfaces extended by this interface.ClassDoc[]PackageDocImpl. interfaces()Deprecated.Get included interfaces in this package, omitting annotation types.ClassDoc[]PackageDocImpl. ordinaryClasses()Deprecated.Get ordinary classes (that is, exclude exceptions, errors, enums, interfaces, and annotation types) in this package.ClassDocMethodDocImpl. overriddenClass()Deprecated.Return the class that originally defined the method that is overridden by the current definition, or null if no such class exists.ClassDoc[]RootDocImpl. specifiedClasses()Deprecated.Classes and interfaces specified on the command line.ClassDocClassDocImpl. superclass()Deprecated.Return the superclass of this classClassDoc[]ExecutableMemberDocImpl. thrownExceptions()Deprecated.Return exceptions this method or constructor throws.Methods in gw.gosudoc.com.sun.tools.javadoc.main with parameters of type ClassDoc Modifier and Type Method Description booleanClassDocImpl. subclassOf(ClassDoc cd)Deprecated.Test whether this class is a subclass of the specified class.
-