Class SearchResultsTree

All Implemented Interfaces:
com.nomagic.awt.PopupOwner, com.nomagic.magicdraw.ui.Activatable, WindowComponent, com.nomagic.magicdraw.ui.EditActionExecutorsOwner, com.nomagic.magicdraw.ui.Updatable, Cachable, Autoscroll, FocusListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

@OpenApi public class SearchResultsTree extends BrowserTabTree
Tree for search results displaying.
See Also:
  • Method Details

    • addFoundElements

      @OpenApi public void addFoundElements(Collection<Element> elements)
      Add elements to search results.
      Parameters:
      elements - elements to add.
    • addFoundSymbols

      @OpenApi public void addFoundSymbols(Collection<PresentationElement> symbols)
      Add symbols to search results.
      Parameters:
      symbols - symbols to add.
    • clearSearchResults

      @OpenApi public void clearSearchResults()
      Clear search results.