Package com.solibri.smc.api.ui
Interface UILabel
- All Superinterfaces:
 UIComponent
Class that defines a simple text label in a UI.
- Since:
 - 9.10.2
 
- 
Method Summary
Methods inherited from interface com.solibri.smc.api.ui.UIComponent
getEnabler, setEnabler 
- 
Method Details
- 
create
Returns a UI label with the given text.- Parameters:
 text- the text- Returns:
 - a UI label with the given text
 - Since:
 - 9.10.2
 
 - 
getText
String getText()Returns the text set in this label.- Returns:
 - the text set in this label
 - Since:
 - 9.10.2
 
 
 -