Uses of Class
de.gebit.integrity.string.AbstractFormattedStringElement
-
Packages that use AbstractFormattedStringElement Package Description de.gebit.integrity.string -
-
Uses of AbstractFormattedStringElement in de.gebit.integrity.string
Subclasses of AbstractFormattedStringElement in de.gebit.integrity.string Modifier and Type Class Description classFormattedStringElementThis is the main element forFormattedStrings.classFormatTokenElementTheseFormattedStringelements are intended to represent single formatting tokens which don't "wrap" a piece of text.Fields in de.gebit.integrity.string with type parameters of type AbstractFormattedStringElement Modifier and Type Field Description protected List<AbstractFormattedStringElement>FormattedString. elementsContains the elements that the formatted string consists of.Methods in de.gebit.integrity.string with parameters of type AbstractFormattedStringElement Modifier and Type Method Description voidFormattedString. add(AbstractFormattedStringElement anElement)Adds the element to the formatted string.voidFormattedString. add(AbstractFormattedStringElement... someElements)Adds the provided elements to the formatted string.voidFormattedString. addMultiple(AbstractFormattedStringElement anElement, int aNumber)Adds the provided element multiple times to the formatted string.Constructors in de.gebit.integrity.string with parameters of type AbstractFormattedStringElement Constructor Description FormattedString(AbstractFormattedStringElement... someElements)Creates a new formatted string with the supplied elements.
-