Package com.solibri.smc.api.ui
Interface UILabel
-
- All Superinterfaces:
UIComponent
public interface UILabel extends UIComponent
Class that defines a simple text label in a UI.- Since:
- 9.10.2
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static UILabel
create(String text)
Returns a UI label with the given text.String
getText()
Returns the text set in this label.-
Methods inherited from interface com.solibri.smc.api.ui.UIComponent
getEnabler, setEnabler
-
-