Class SelectInBrowserTreeUtils

java.lang.Object
com.nomagic.magicdraw.uml.actions.SelectInBrowserTreeUtils

@OpenApiAll public final class SelectInBrowserTreeUtils extends Object
Element selection in browser utils.
  • Constructor Details

    • SelectInBrowserTreeUtils

      public SelectInBrowserTreeUtils()
  • Method Details

    • selectInContainmentTree

      public static void selectInContainmentTree(BaseElement element)
      Select element in browser - containment tree.
      Parameters:
      element - element to select.
    • selectInContainmentTree

      public static void selectInContainmentTree(Collection<? extends BaseElement> elements)
      Select elements in browser - containment tree.
      Parameters:
      elements - elements to select.