Schnittstelle IMutableOptionalTextHolder
- Alle Superschnittstellen:
IOptionalTextHolder
A
IMutableOptionalTextHolder is a IOptionalTextHolder whose
text can be set and removed programmatically.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidRemoves the text of the currentIMutableOptionalTextHolder.voidSets the text of the currentIMutableOptionalTextHolder.Von Schnittstelle geerbte Methoden IOptionalTextHolder
getText, hasText
-
Methodendetails
-
removeText
void removeText()Removes the text of the currentIMutableOptionalTextHolder. -
setText
Sets the text of the currentIMutableOptionalTextHolder.- Parameter:
text-- Löst aus:
RuntimeException- if the given text is null.
-