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