Verwendungen von Enum-Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.HtmlStyle
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 HtmlStyle in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungHtmlDocletWriter.getBodyStyle()
protected HtmlStyle[]
DeprecatedListWriter.getColumnStyles()
protected HtmlStyle[]
NewAPIListWriter.getColumnStyles()
protected HtmlStyle[]
PreviewListWriter.getColumnStyles()
protected HtmlStyle[]
SummaryListWriter.getColumnStyles()
Gets the array of styles to use for table columns.HtmlLinkInfo.getStyle()
Gibt the optional style for the link zurück.Modifizierer und TypMethodeBeschreibungvoid
HtmlDocletWriter.addPreQualifiedClassLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, HtmlStyle style, Content target) Add the class link with the package portion of the label in plain text.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.HtmlDocletWriter.getCrossClassLink
(TypeElement classElement, String refMemName, Content label, HtmlStyle style, boolean code) Return a class cross link to external class documentation.HtmlDocletWriter.getDocLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element element, CharSequence label, HtmlStyle style) Return the link for the given member.HtmlDocletWriter.getDocLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element element, Content label, HtmlStyle style, boolean isProperty) Return the link for the given member.Get the member contentTable.setColumnStyles
(HtmlStyle... styles) Sets the styles for be used for the cells in each row.Table.setGridStyle
(HtmlStyle gridStyle) Sets the style for the table’s grid which controls allocation of space among table columns.Sets the style to be used for the link.Set the style class names for each header cell.Modifizierer und TypMethodeBeschreibungTable.setColumnStyles
(List<HtmlStyle> styles) Sets the styles for be used for the cells in each row.Set the style class names for each header cell. -
Verwendungen von HtmlStyle in org.jdrupes.mdoclet.internal.doclets.formats.html.markup
Modifizierer und TypMethodeBeschreibungstatic HtmlStyle
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static HtmlStyle[]
HtmlStyle.values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Modifizierer und TypMethodeBeschreibungLinks.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.Links.createLink
(DocPath path, Content label, HtmlStyle style, String title) Creates a link of the form label.static HtmlTree
Creates an HTML DETAILS element.static HtmlTree
Creates an HTML DIV element with the given style.static HtmlTree
Creates an HTML DIV element with the given style and content.static HtmlTree
Creates an HTML DL element with the given style.static HtmlTree
Creates an HTML DL element with the given style and content.static HtmlTree
Creates an HTML heading element with the given style and content.static HtmlTree
HtmlTree.HEADING_TITLE
(TagName headingTag, HtmlStyle style, Content body) Creates an HTML heading element with the given style and content.static HtmlTree
Creates an HTML LI element with the given style and the given content.static HtmlTree
Creates an HTML P element with the given style and some content.static HtmlTree
Creates an HTML SECTION element with the given style.static HtmlTree
Creates an HTML SECTION element with the given style and some content.Sets the class 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 style.static HtmlTree
Creates an HTML SPAN element with the given style and some content.static HtmlTree
Creates an HTML TD element with the given style and some content.static HtmlTree
Creates an HTML TH element with the given style and scope, and some content.static HtmlTree
Creates an HTML UL element with the given style.static <T> HtmlTree
HtmlTree.UL
(HtmlStyle style, Collection<T> items, Function<T, Content> mapper) Creates an HTML UL element with the given style and content generated from a collection of items.static HtmlTree
Creates an HTML UL element with the given style and some content.