Schnittstelle IMutableTextHolder
- Alle Superschnittstellen:
ITextHolder
A
IMutableTextHolder
is a ITextHolder
whose text can be set
programmatically.- Version:
- 2023-02-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.ITextHolder
getText
-
Methodendetails
-
setText
Sets the text of the currentIMutableTextHolder
.- Parameter:
text
-- Löst aus:
RuntimeException
- if the given text is null.
-