Verwendungen von Enum-Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.HtmlStyle
Packages, die HtmlStyle verwenden
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
Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html, die HtmlStyle zurückgebenModifizierer 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.Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html mit Parametern vom Typ HtmlStyleModifizierer und TypMethodeBeschreibungvoidHtmlDocletWriter.addPreQualifiedClassLink(HtmlLinkInfo.Kind context, TypeElement typeElement, HtmlStyle style, Content target) Add the class link with the package portion of the label in plain text.voidSubWriterHolderWriter.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.Methodenparameter in org.jdrupes.mdoclet.internal.doclets.formats.html mit Typargumenten vom Typ HtmlStyleModifizierer 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.Konstruktoren in org.jdrupes.mdoclet.internal.doclets.formats.html mit Parametern vom Typ HtmlStyle -
Verwendungen von HtmlStyle in org.jdrupes.mdoclet.internal.doclets.formats.html.markup
Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html.markup, die HtmlStyle zurückgebenModifizierer und TypMethodeBeschreibungstatic HtmlStyleGibt 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.Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html.markup mit Parametern vom Typ HtmlStyleModifizierer 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 HtmlTreeCreates an HTML DETAILS element.static HtmlTreeCreates an HTML DIV element with the given style.static HtmlTreeCreates an HTML DIV element with the given style and content.static HtmlTreeCreates an HTML DL element with the given style.static HtmlTreeCreates an HTML DL element with the given style and content.static HtmlTreeCreates an HTML heading element with the given style and content.static HtmlTreeHtmlTree.HEADING_TITLE(TagName headingTag, HtmlStyle style, Content body) Creates an HTML heading element with the given style and content.static HtmlTreeCreates an HTML LI element with the given style and the given content.static HtmlTreeCreates an HTML P element with the given style and some content.static HtmlTreeCreates an HTML SECTION element with the given style.static HtmlTreeCreates an HTML SECTION element with the given style and some content.Sets the class attribute.static HtmlTreeCreates an HTML SPAN element with the given id and style, and some content.static HtmlTreeCreates an HTML SPAN element with the given style.static HtmlTreeCreates an HTML SPAN element with the given style and some content.static HtmlTreeCreates an HTML TD element with the given style and some content.static HtmlTreeCreates an HTML TH element with the given style and scope, and some content.static HtmlTreeCreates an HTML UL element with the given style.static <T> HtmlTreeHtmlTree.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 HtmlTreeCreates an HTML UL element with the given style and some content.