Uses of Enum
gw.gosudoc.com.sun.tools.doclets.formats.html.LinkInfoImpl.Kind
Packages that use LinkInfoImpl.Kind
-
Uses of LinkInfoImpl.Kind in gw.gosudoc.com.sun.tools.doclets.formats.html
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html declared as LinkInfoImpl.KindMethods in gw.gosudoc.com.sun.tools.doclets.formats.html that return LinkInfoImpl.KindModifier and TypeMethodDescriptionLinkInfoImpl.getContext()
Deprecated.static LinkInfoImpl.Kind
Returns the enum constant of this type with the specified name.static LinkInfoImpl.Kind[]
LinkInfoImpl.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type LinkInfoImpl.KindModifier and TypeMethodDescriptionvoid
HtmlDocletWriter.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.void
HtmlDocletWriter.addPreQualifiedClassLink
(LinkInfoImpl.Kind context, ClassDoc cd, Content contentTree) Deprecated.Add the class link.void
HtmlDocletWriter.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.protected void
AbstractExecutableMemberWriter.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected abstract void
AbstractMemberWriter.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
AnnotationTypeFieldWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
AnnotationTypeRequiredMemberWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
EnumConstantWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
FieldWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
NestedClassWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.protected void
PropertyWriterImpl.addSummaryLink
(LinkInfoImpl.Kind context, ClassDoc cd, ProgramElementDoc member, Content tdSummary) Deprecated.Add the summary link for the member.private Content
ClassWriterImpl.getClassLinks
(LinkInfoImpl.Kind context, Collection<?> list) Deprecated.Get links to the given classes.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label) Deprecated.Return the link for the given member.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label, boolean strong) Deprecated.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, Content label, boolean strong, boolean isProperty) Deprecated.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, String label, boolean strong) Deprecated.Return the link for the given member.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, ClassDoc classDoc, MemberDoc doc, String label, boolean strong, boolean isProperty) Deprecated.Return the link for the given member.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, MemberDoc doc, String label) Deprecated.Get the link for the given member.HtmlDocletWriter.getDocLink
(LinkInfoImpl.Kind context, MemberDoc doc, String label, boolean strong) Deprecated.Return the link for the given member.HtmlDocletWriter.getPreQualifiedClassLink
(LinkInfoImpl.Kind context, ClassDoc cd, boolean isStrong) Deprecated.Retrieve the class link with the package portion of the label in plain text.HtmlDocletWriter.getQualifiedClassLink
(LinkInfoImpl.Kind context, ClassDoc cd) Deprecated.Get the class link.final void
LinkInfoImpl.setContext
(LinkInfoImpl.Kind c) Deprecated.This method sets the link attributes to the appropriate values based on the context.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type LinkInfoImpl.KindModifierConstructorDescriptionLinkInfoImpl
(ConfigurationImpl configuration, LinkInfoImpl.Kind context, ClassDoc classDoc) Deprecated.Construct a LinkInfo object.LinkInfoImpl
(ConfigurationImpl configuration, LinkInfoImpl.Kind context, ExecutableMemberDoc executableMemberDoc) Deprecated.Construct a LinkInfo object.LinkInfoImpl
(ConfigurationImpl configuration, LinkInfoImpl.Kind context, Type type) Deprecated.Construct a LinkInfo object.