Package com.solibri.smc.api.layout
Interface Layouts
public interface Layouts
Layouts provides access to reading and modifying the layouts of the software.
- Since:
- 9.10.8
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a new layout to the UI.Returns a list of the layouts ordered in the order they appear in the software UI.void
switchToLayout
(String layoutName) Switches to the layout with the given name.
-
Method Details
-
getLayouts
Returns a list of the layouts ordered in the order they appear in the software UI.- Returns:
- a list of the layout
- Since:
- 9.10.8
-
addLayout
Adds a new layout to the UI.- Parameters:
layout
- the new layout- Since:
- 9.10.8
-
switchToLayout
Switches to the layout with the given name. If no layout with the given name is found, nothing is done.- Parameters:
layoutName
- the name of the layout- Since:
- 9.10.8
-