Package org.refcodes.mixin
Interface TextAccessor.TextMutator
-
- All Known Subinterfaces:
TextAccessor.TextProperty
- Enclosing interface:
- TextAccessor
public static interface TextAccessor.TextMutatorProvides a mutator for a text property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetText(java.lang.String aText)Sets the text for the text property.
-