Interface IMutableLabelHolder
- All Superinterfaces:
ILabelHolder
A
IMutableLabelHolder is a ILabelHolder whose label can be
set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface ILabelHolder
getLabel, getLabelInQuotes
-
Method Details
-
setLabel
Sets the label of the currentIMutableLabelHolder.- Parameters:
label-- Throws:
RuntimeException- if the given label is null.RuntimeException- if the given label is blank.
-