Interface TextAccessor.TextMutator

All Known Subinterfaces:
TextAccessor.TextProperty
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.
  • 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.