Interface TextAccessor.TextMutator

    • Method Detail

      • setText

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

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