Interface TextAccessor.TextMutator

All Known Subinterfaces:
Text<B>, TextAccessor.TextProperty
All Known Implementing Classes:
AsciiArtBuilder, EscapeTextBuilder, HorizAlignTextBuilder, MoreTextBuilder, OverwriteTextBuilder, ReplaceTextBuilder, SecretHintBuilder, TextBlockBuilder, TextBorderBuilder, TruncateTextBuilder, VertAlignTextBuilder
Enclosing interface:
TextAccessor

public static interface TextAccessor.TextMutator
Provides a mutator for a text property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setText(String... aText)
    Sets the text for the text property.
    default void
    Sets the text for the text property.
  • Method Details

    • setText

      void setText(String... aText)
      Sets the text for the text property.
      Parameters:
      aText - The text to be stored by the text property.
    • setText

      default void setText(Collection<String> aText)
      Sets the text for the text property.
      Parameters:
      aText - The text to be stored by the text property.