Interface MutableTextHolder
- All Superinterfaces:
TextHolder
A
MutableTextHolder is a TextHolder whose text can be set
programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface TextHolder
getText
-
Method Details
-
setText
Sets the text of the currentMutableTextHolder.- Parameters:
text-- Throws:
RuntimeException- if the given text is null
-