Uses of Class
gw.gosudoc.com.sun.tools.doclets.formats.html.LinkInfoImpl
-
Packages that use LinkInfoImpl Package Description gw.gosudoc.com.sun.tools.doclets.formats.html This produces Javadoc's HTML-formatted API output. -
-
Uses of LinkInfoImpl in gw.gosudoc.com.sun.tools.doclets.formats.html
Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return LinkInfoImpl Modifier and Type Method Description LinkInfoImpl
LinkInfoImpl. label(Content label)
Deprecated.Set the label for the link.LinkInfoImpl
LinkInfoImpl. label(String label)
Deprecated.Set the label for the link.LinkInfoImpl
LinkInfoImpl. strong(boolean strong)
Deprecated.Set whether or not the link should be strong.LinkInfoImpl
LinkInfoImpl. styleName(String styleName)
Deprecated.Set the style to be used for the link.LinkInfoImpl
LinkInfoImpl. target(String target)
Deprecated.Set the target to be used for the link.LinkInfoImpl
LinkInfoImpl. varargs(boolean varargs)
Deprecated.Set whether or not this is a link to a varargs parameter.LinkInfoImpl
LinkInfoImpl. where(String where)
Deprecated.Set the fragment specifier for the link.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type LinkInfoImpl Modifier and Type Method Description Content
HtmlDocletWriter. getLink(LinkInfoImpl linkInfo)
Deprecated.Return the link to the given class.Content
HtmlDocletWriter. getTypeParameterLinks(LinkInfoImpl linkInfo)
Deprecated.Return the type parameters for the given class.
-