Interface TextAccessor.TextMutator

    • Method Detail

      • 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.