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 classLinkInfoImplDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type LinkInfo Modifier and Type Method Description protected ContentLinkFactoryImpl. getClassLink(LinkInfo linkInfo)Deprecated.Return the link to the given class.protected ContentLinkFactoryImpl. getTypeAnnotationLink(LinkInfo linkInfo, AnnotationDesc annotation)Deprecated.ContentLinkFactoryImpl. getTypeAnnotationLinks(LinkInfo linkInfo)Deprecated.protected ContentLinkFactoryImpl. 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 ContentLinkFactory. getClassLink(LinkInfo linkInfo)Deprecated.Return the link to the given class.ContentLinkFactory. getLink(LinkInfo linkInfo)Deprecated.Constructs a link from the given link information.protected abstract ContentLinkFactory. getTypeAnnotationLink(LinkInfo linkInfo, AnnotationDesc annotation)Deprecated.ContentLinkFactory. getTypeAnnotationLinks(LinkInfo linkInfo)Deprecated.protected abstract ContentLinkFactory. getTypeParameterLink(LinkInfo linkInfo, Type typeParam)Deprecated.Return the link to the given type parameter.ContentLinkFactory. getTypeParameterLinks(LinkInfo linkInfo)Deprecated.Return the links to the type parameters.ContentLinkFactory. getTypeParameterLinks(LinkInfo linkInfo, boolean isClassLabel)Deprecated.Return the links to the type parameters.
-