Package com.solibri.smc.api.info
Interface InfoDisplayer
-
public interface InfoDisplayer
A service for showing info of the component in the Info view (User Interface).- Since:
- 9.10.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
showInfo(Component component)
Shows info of the component in the Info view (User Interface).
-
-
-
Method Detail
-
showInfo
void showInfo(Component component)
Shows info of the component in the Info view (User Interface).- Parameters:
component
- the component- Since:
- 9.10.3
-
-