Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlLinkInfo
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
-
Verwendungen von HtmlLinkInfo in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungHtmlLinkInfo.addLineBreakOpportunitiesInTypeParameters
(boolean addLineBreakOpportunities) Sets the addLineBreakOpportunitiesInTypeParameters flag for this link.HtmlLinkInfo.addLineBreaksInTypeParameters
(boolean addLineBreaksInTypeParameters) Sets the addLineBreaksInTypeParameters flag for this link.HtmlLinkInfo.forType
(TypeMirror type) Creates a copy of this HtmlLinkInfo instance with a different TypeMirror.Set the fragment specifier for the link.HtmlLinkInfo.label
(CharSequence label) Set the label for the link.Set the label for the link.HtmlLinkInfo.linkToSelf
(boolean linkToSelf) Set the linkToSelf flag for this link.HtmlLinkInfo.showTypeParameterAnnotations
(boolean showTypeParameterAnnotations) Set the showTypeParameterAnnotations flag for this link.HtmlLinkInfo.skipPreview
(boolean skipPreview) Set whether or not the preview flags should be skipped for this link.Sets the style to be used for the link.HtmlLinkInfo.targetMember
(Element el) Set the member this link points to (if any).HtmlLinkInfo.varargs
(boolean varargs) Set whether or not this is a link to a varargs parameter.Modifizierer und TypMethodeBeschreibungprotected Content
HtmlLinkFactory.getClassLink
(HtmlLinkInfo linkInfo) Returns a link to the given class.HtmlDocletWriter.getLink
(HtmlLinkInfo linkInfo) Return the link to the given class.HtmlLinkFactory.getLink
(HtmlLinkInfo linkInfo) Constructs a link from the given link information.HtmlLinkFactory.getTypeAnnotationLinks
(HtmlLinkInfo linkInfo) Returns links to the type annotations.HtmlDocletWriter.getTypeParameterLinks
(HtmlLinkInfo linkInfo) Return the type parameters for the given class.protected Content
HtmlLinkFactory.getTypeParameterLinks
(HtmlLinkInfo linkInfo) Returns links to the type parameters.