Package com.solibri.smc.api.layout
Interface LayoutUpdater
public interface LayoutUpdater
LayoutUpdater can be used to update the UI state for given layouts.
- Since:
- 9.10.8
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final LayoutUpdaterThe singleton instance of this service.
- 
Method Summary
- 
Field Details- 
INSTANCEThe singleton instance of this service.
 
- 
- 
Method Details- 
updateUpdates the given layout in place by replacing its contents with the new splits. The name of the layout cannot be changed.- Parameters:
- layout- the layout to be updated
- newSplits- the new splits
- Since:
- 9.10.8
 
 
-