Interface IMutableOptionalTextHolder
- All Superinterfaces:
IOptionalTextHolder
A
IMutableOptionalTextHolder is a IOptionalTextHolder whose
text can be set and removed programmatically.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves the text of the currentIMutableOptionalTextHolder.voidSets the text of the currentIMutableOptionalTextHolder.Methods inherited from interface IOptionalTextHolder
getText, hasText
-
Method Details
-
removeText
void removeText()Removes the text of the currentIMutableOptionalTextHolder. -
setText
Sets the text of the currentIMutableOptionalTextHolder.- Parameters:
text-- Throws:
RuntimeException- if the given text is null.
-