Class ECPRepositoryView


  • public class ECPRepositoryView
    extends java.lang.Object
    View to display available model repositories.
    Author:
    Jonas
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void create​(org.eclipse.swt.widgets.Composite composite, org.eclipse.e4.ui.services.EMenuService menuService, org.eclipse.e4.ui.workbench.modeling.ESelectionService selectionService)
      Creates the repository view.
      void setFocus()
      Sets the focus to the tree.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ECPRepositoryView

        public ECPRepositoryView()
    • Method Detail

      • create

        @PostConstruct
        public void create​(org.eclipse.swt.widgets.Composite composite,
                           org.eclipse.e4.ui.services.EMenuService menuService,
                           org.eclipse.e4.ui.workbench.modeling.ESelectionService selectionService)
        Creates the repository view.
        Parameters:
        composite - the parent Composite
        menuService - the menu service to register the context menu
        selectionService - the selection service to publish the selection of the tree viewer.
      • setFocus

        @Focus
        public void setFocus()
        Sets the focus to the tree.