Interface Layouts


  • public interface Layouts
    Layouts provides access to reading and modifying the layouts of the software.
    Since:
    9.10.8
    • Method Detail

      • getLayouts

        List<Layout> getLayouts()
        Returns 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
      • addLayout

        void addLayout​(Layout layout)
        Adds a new layout to the UI.
        Parameters:
        layout - the new layout
        Since:
        9.10.8
      • switchToLayout

        void switchToLayout​(String layoutName)
        Switches 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