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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(Layout layout, List<Split> newSplits)
Updates the given layout in place by replacing its contents with the new splits.
-
-
-
Field Detail
-
INSTANCE
static final LayoutUpdater INSTANCE
The singleton instance of this service.
-
-