public interface Layouts
| Modifier and Type | Method and Description |
|---|---|
void |
addLayout(Layout layout)
Adds a new layout to the UI.
|
List<Layout> |
getLayouts()
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.
|
List<Layout> getLayouts()
void addLayout(Layout layout)
layout - the new layoutvoid switchToLayout(String layoutName)
layoutName - the name of the layoutCopyright © 2020 Solibri, Inc.. All rights reserved.