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 SummaryModifier and TypeMethodDescriptionvoidAdds a new layout to the UI.Returns a list of the layouts ordered in the order they appear in the software UI.voidswitchToLayout(String layoutName) Switches to the layout with the given name.
- 
Method Details- 
getLayoutsReturns 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
 
- 
addLayoutAdds a new layout to the UI.- Parameters:
- layout- the new layout
- Since:
- 9.10.8
 
- 
switchToLayoutSwitches 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
 
 
-