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 Summary
Fields Modifier and Type Field Description static LayoutUpdater
INSTANCE
The singleton instance of this service. -
Method Summary
-
Field Details
-
INSTANCE
The singleton instance of this service.
-
-
Method Details
-
update
Updates 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 updatednewSplits
- the new splits- Since:
- 9.10.8
-