Uses of Interface
ai.dat.core.configuration.description.InlineElement
Packages that use InlineElement
-
Uses of InlineElement in ai.dat.core.configuration.description
Classes in ai.dat.core.configuration.description that implement InlineElementModifier and TypeClassDescriptionclassRepresents a line break in theDescription.classElement that represents a link in theDescription.classRepresents a text block in theDescription.Methods in ai.dat.core.configuration.description that return InlineElementModifier and TypeMethodDescriptionstatic InlineElementTextElement.wrap(InlineElement... elements) Wraps a list ofInlineElements into a singleTextElement.Methods in ai.dat.core.configuration.description with parameters of type InlineElementModifier and TypeMethodDescriptionDescription.DescriptionBuilder.list(InlineElement... elements) Adds a bulleted list to the description.static ListElementListElement.list(InlineElement... elements) Creates a list with blocks of text.Description.DescriptionBuilder.text(String format, InlineElement... elements) Adds a block of text with placeholders ("%s") that will be replaced with proper string representation of givenInlineElement.static TextElementTextElement.text(String format, InlineElement... elements) Creates a block of text with placeholders ("%s") that will be replaced with proper string representation of givenInlineElement.static InlineElementTextElement.wrap(InlineElement... elements) Wraps a list ofInlineElements into a singleTextElement.