Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.toolkit.util.DocLink
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
This package contains classes that create and write HTML markup tags.
This package has utility classes that perform common services required
for API documentation generation.
-
Verwendungen von DocLink in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungHtmlDocletWriter.getCrossModuleLink
(ModuleElement element) HtmlDocletWriter.getCrossPackageLink
(PackageElement element) -
Verwendungen von DocLink in org.jdrupes.mdoclet.internal.doclets.formats.html.markup
Modifizierer und TypMethodeBeschreibungLinks.createExternalLink
(DocLink link, Content label) Creates an external link.Links.createLink
(DocLink link, Content label) Creates a link of the form label.Links.createLink
(DocLink link, Content label, String title) Creates a link of the form label.Links.createLink
(DocLink link, Content label, HtmlStyle style, String title) Creates a link of the form label.Links.createLink
(DocLink link, Content label, HtmlStyle style, String title, boolean isExternal) Creates a link of the form label. -
Verwendungen von DocLink in org.jdrupes.mdoclet.internal.doclets.toolkit.util
Modifizierer und TypMethodeBeschreibungstatic DocLink
Creates a DocLink representing the URI #fragment.Creates a DocLink formed from this path and a fragment identifier.Extern.getExternalLink
(Element element, DocPath relativepath, String filename) Convert a link to be an external link if appropriate.Extern.getExternalLink
(Element element, DocPath relativepath, String filename, String memberName) DocLink.relativizeAgainst
(DocPath base) Creates a DocLink formed by relativizing the path against a given base.DocLink.withFragment
(String fragment)