Verwendungen von Schnittstelle
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.HtmlId
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
This package contains classes that create and write HTML markup tags.
-
Verwendungen von HtmlId in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungprotected HtmlId
HtmlIds.forErasure
(ExecutableElement executableElement) Returns an id for the erasure of an executable element, or null if there are no type variables in the signature.HtmlIds.forHeading
(CharSequence headingText, Set<String> headingIds) Returns an id for a heading in a doc comment.HtmlIds.forPage
(Navigation.PageMode page) Returns an id for the entry on the HELP page for a kind of generated page.HtmlIds.forPreviewSection
(Element el) Returns an id for the “preview” section for an element.static HtmlId
Returns an id for a “tab” in a table.static HtmlId
HtmlIds.forTabPanel
(HtmlId tableId) Returns an id for the “tab panel” in a table.static HtmlId
SourceToHTMLConverter.getAnchorName
(Utils utils, Element e) Given an element, return an anchor name for it.Modifizierer und TypMethodeBeschreibungprotected void
SummaryListWriter.addIndexLink
(HtmlId id, String headingKey, Content content) Add the index link.void
SubWriterHolderWriter.addSummary
(HtmlStyle style, HtmlId htmlId, Content target, Content source) Adds a section for a summary with the given CSS class and id attribute.protected void
SummaryListWriter.addSummaryAPI
(SortedSet<Element> apiList, HtmlId id, String headingKey, String headerKey, Content content) Add summary information to the documentationstatic HtmlId
Returns an id for a “tab” in a table.static HtmlId
HtmlIds.forTabPanel
(HtmlId tableId) Returns an id for the “tab panel” in a table.Get the member contentSets the id attribute of the table. -
Verwendungen von HtmlId in org.jdrupes.mdoclet.internal.doclets.formats.html.markup
Modifizierer und TypMethodeBeschreibungLinks.createLink
(HtmlId id, Content label) Creates a link of the form label.Links.createLink
(HtmlId id, Content label, boolean link) Creates a link of the form label if link is true, or else just returns label.Links.createLink
(HtmlId id, Content label, String title) Creates a link of the form label.static HtmlTree
Creates an HTML INPUT element with the given id.Sets the id attribute.static HtmlTree
Creates an HTML SPAN element with the given id and style, and some content.static HtmlTree
Creates an HTML SPAN element with the given id and some content.