Uses of Interface
gw.gosudoc.com.sun.javadoc.Doc
-
Packages that use Doc 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.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.taglets This package has classes used to generate Javadoc tag documentation.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 gw.gosudoc.doc gw.gosudoc.tags -
-
Uses of Doc in gw.gosudoc.com.sun.javadoc
Subinterfaces of Doc 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.interfaceAnnotationTypeElementDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceClassDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceConstructorDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceExecutableMemberDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceFieldDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceMemberDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceMethodDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfacePackageDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceProgramElementDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.interfaceRootDocDeprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.Methods in gw.gosudoc.com.sun.javadoc that return Doc Modifier and Type Method Description DocTag. holder()Deprecated.Return the containingDocof this Tag element. -
Uses of Doc in gw.gosudoc.com.sun.tools.doclets.formats.html
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type Doc Modifier and Type Method Description booleanHtmlDocletWriter. addAnnotationInfo(int indent, Doc doc, Parameter param, Content tree)Deprecated.Add the annotatation types for the given doc and parameter.protected voidAbstractIndexWriter. addDescription(Content dl, Doc element)Deprecated.protected voidSubWriterHolderWriter. addIndexComment(Doc member, Tag[] firstSentenceTags, Content tdSummary)Deprecated.Add the index comment.protected voidSubWriterHolderWriter. addIndexComment(Doc member, Content contentTree)Deprecated.Add the index comment.voidHtmlDocletWriter. addInlineComment(Doc doc, Tag tag, Content htmltree)Deprecated.Add the inline comment.voidHtmlDocletWriter. addInlineComment(Doc doc, Content htmltree)Deprecated.Adds the inline comment.voidHtmlDocletWriter. addInlineDeprecatedComment(Doc doc, Tag tag, Content htmltree)Deprecated.Add the inline deprecated comment.voidHtmlDocletWriter. addSummaryComment(Doc doc, Tag[] firstSentenceTags, Content htmltree)Deprecated.Adds the summary content.voidHtmlDocletWriter. addSummaryComment(Doc doc, Content htmltree)Deprecated.Adds the summary content.voidHtmlDocletWriter. addSummaryDeprecatedComment(Doc doc, Tag tag, Content htmltree)Deprecated.protected voidHtmlDocletWriter. addTagsInfo(Doc doc, Content htmltree)Deprecated.Adds the tags information.ContentHtmlDocletWriter. commentTagsToContent(Tag holderTag, Doc doc, Tag[] tags, boolean isFirstSentence)Deprecated.Converts inline tags and text to text strings, expanding the inline tags along the way.ContentTagletWriterImpl. commentTagsToOutput(Doc holderDoc, Tag[] tags)Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.ContentTagletWriterImpl. commentTagsToOutput(Tag holderTag, Doc holderDoc, Tag[] tags, boolean isFirstSentence)Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.ContentTagletWriterImpl. deprecatedTagOutput(Doc doc)Deprecated.Return the deprecated tag output.static StringSourceToHTMLConverter. getAnchorName(Doc d)Deprecated.Given aDoc, return an anchor name for it.ContentTagletWriterImpl. seeTagOutput(Doc holder, SeeTag[] seeTags)Deprecated.Return the see tag output.Method parameters in gw.gosudoc.com.sun.tools.doclets.formats.html with type arguments of type Doc Modifier and Type Method Description protected voidAbstractIndexWriter. addContents(Character uc, List<? extends Doc> memberlist, Content contentTree)Deprecated.Add the member information for the unicode character along with the list of the members.protected voidAbstractIndexWriter. addContents(Character uc, List<? extends Doc> memberlist, List<SearchIndexItem> searchList, Content contentTree)Deprecated.protected voidAllClassesFrameWriter. addContents(List<Doc> classlist, boolean wantFrames, Content content)Deprecated.Given a list of classes, generate links for each class or interface.protected voidAbstractMemberWriter. addDeprecatedAPI(List<Doc> deprmembers, String headingKey, String tableSummary, String[] tableHeader, Content contentTree)Deprecated.Add deprecated information to the documentation treeprotected voidHtmlDocletWriter. addPackageDeprecatedAPI(List<Doc> deprPkgs, String headingKey, String tableSummary, String[] tableHeader, Content contentTree)Deprecated.Add package deprecation information to the documentation tree -
Uses of Doc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type Doc Modifier and Type Method Description static booleanSerializedFormBuilder. serialInclude(Doc doc)Deprecated.Return true if the given Doc should be included in the serialized form. -
Uses of Doc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets with parameters of type Doc Modifier and Type Method Description voidTagletManager. checkTags(Doc doc, Tag[] tags, boolean areInlineTags)Deprecated.Given an array ofTags, check for spelling mistakes.abstract ContentTagletWriter. commentTagsToOutput(Doc holderDoc, Tag[] tags)Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.abstract ContentTagletWriter. commentTagsToOutput(Tag holderTag, Doc holderDoc, Tag[] tags, boolean isFirstSentence)Deprecated.Converts inline tags and text to TagOutput, expanding the inline tags along the way.protected abstract ContentTagletWriter. deprecatedTagOutput(Doc doc)Deprecated.Return the deprecated tag output.static voidTagletWriter. genTagOuput(TagletManager tagletManager, Doc doc, Taglet[] taglets, TagletWriter writer, Content output)Deprecated.Given an output object, append to it the tag documentation for the given member.Taglet[]TagletManager. getCustomTaglets(Doc doc)Deprecated.ContentBaseTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.ContentDeprecatedTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.ContentLegacyTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.ContentParamTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given an array ofParamTags,return its string representation.ContentReturnTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.ContentSeeTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.ContentSimpleTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.ContentTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.ContentThrowsTaglet. getTagletOutput(Doc holder, TagletWriter writer)Deprecated.Given aDocobject, check if it holds any tags of this type.protected abstract ContentTagletWriter. seeTagOutput(Doc holder, SeeTag[] seeTags)Deprecated.Return the see tag output. -
Uses of Doc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as Doc Modifier and Type Field Description DocDocFinder.Output. holderThe Doc object that holds the documentation.protected DocTextTag. holderDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return Doc Modifier and Type Method Description DocTextTag. holder()Deprecated.Return the containingDocof this Tag element.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type Doc Modifier and Type Method Description Map<Character,List<Doc>>IndexBuilder. getIndexMap()Deprecated.Return a map of all the individual member lists with Unicode character.List<Doc>DeprecatedAPIListBuilder. getList(int type)Deprecated.Return the list of deprecated Doc objects of a given type.List<Doc>IndexBuilder. getMemberList(Character index)Deprecated.Return the sorted list of members, for passed Unicode Character.Comparator<Doc>Utils. makeComparatorForClassUse()Deprecated.Comparator for ClassUse presentations, and sorted as follows, 1.Comparator<Doc>Utils. makeComparatorForIndexUse()Deprecated.A comparator for index file presentations, and are sorted as follows: 1.Comparator<Doc>Utils. makeGeneralPurposeComparator()Deprecated.A simple comparator which compares simple names, then the fully qualified names and finally the kinds, ClassUse comparator works well for this purpose.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type Doc Modifier and Type Method Description protected voidIndexBuilder. adjustIndexMap(Doc[] elements)Deprecated.Adjust list of members according to their names.booleanUtils. isDeprecated(Doc doc)Deprecated.Return true if the given Doc is deprecated.protected booleanIndexBuilder. shouldAddToIndexMap(Doc element)Deprecated.Should this doc element be added to the index map?Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type Doc Constructor Description TextTag(Doc holder, String text)Deprecated.Constructor -
Uses of Doc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement Doc Modifier and Type Class Description classAnnotationTypeDocImplDeprecated.classAnnotationTypeElementDocImplDeprecated.classClassDocImplDeprecated.classConstructorDocImplDeprecated.classDocImplDeprecated.classExecutableMemberDocImplDeprecated.classFieldDocImplDeprecated.classMemberDocImplDeprecated.classMethodDocImplDeprecated.classPackageDocImplDeprecated.classProgramElementDocImplDeprecated.classRootDocImplDeprecated. -
Uses of Doc in gw.gosudoc.doc
Classes in gw.gosudoc.doc that implement Doc Modifier and Type Class Description classGSDocImplShim -
Uses of Doc in gw.gosudoc.tags
Fields in gw.gosudoc.tags declared as Doc Modifier and Type Field Description protected DocTextTag. holderMethods in gw.gosudoc.tags that return Doc Modifier and Type Method Description DocTextTag. holder()Return the containingDocof this Tag element.Constructors in gw.gosudoc.tags with parameters of type Doc Constructor Description TextTag(Doc holder, String text)Constructor
-