Uses of Class
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links.LinkInfo
-
Packages that use LinkInfo Package Description gw.gosudoc.com.sun.tools.doclets.formats.html This produces Javadoc's HTML-formatted API output.gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links Provides a factory for constructing links. -
-
Uses of LinkInfo in gw.gosudoc.com.sun.tools.doclets.formats.html
Subclasses of LinkInfo in gw.gosudoc.com.sun.tools.doclets.formats.html Modifier and Type Class Description class
LinkInfoImpl
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type LinkInfo Modifier and Type Method Description protected Content
LinkFactoryImpl. getClassLink(LinkInfo linkInfo)
Deprecated.Return the link to the given class.protected Content
LinkFactoryImpl. getTypeAnnotationLink(LinkInfo linkInfo, AnnotationDesc annotation)
Deprecated.Content
LinkFactoryImpl. getTypeAnnotationLinks(LinkInfo linkInfo)
Deprecated.protected Content
LinkFactoryImpl. getTypeParameterLink(LinkInfo linkInfo, Type typeParam)
Deprecated.Return the link to the given type parameter. -
Uses of LinkInfo in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links with parameters of type LinkInfo Modifier and Type Method Description protected abstract Content
LinkFactory. getClassLink(LinkInfo linkInfo)
Deprecated.Return the link to the given class.Content
LinkFactory. getLink(LinkInfo linkInfo)
Deprecated.Constructs a link from the given link information.protected abstract Content
LinkFactory. getTypeAnnotationLink(LinkInfo linkInfo, AnnotationDesc annotation)
Deprecated.Content
LinkFactory. getTypeAnnotationLinks(LinkInfo linkInfo)
Deprecated.protected abstract Content
LinkFactory. getTypeParameterLink(LinkInfo linkInfo, Type typeParam)
Deprecated.Return the link to the given type parameter.Content
LinkFactory. getTypeParameterLinks(LinkInfo linkInfo)
Deprecated.Return the links to the type parameters.Content
LinkFactory. getTypeParameterLinks(LinkInfo linkInfo, boolean isClassLabel)
Deprecated.Return the links to the type parameters.
-