org.eclipse.emf.ecp.ui.e4.view
Class ECPRepositoryView
java.lang.Object
org.eclipse.emf.ecp.ui.e4.view.ECPRepositoryView
public class ECPRepositoryView
- extends Object
View to display available model repositories.
- Author:
- Jonas
Method Summary |
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. |
ECPRepositoryView
public ECPRepositoryView()
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 menuselectionService
- the selection service to publish the selection of the tree viewer.
setFocus
@Focus
public void setFocus()
- Sets the focus to the tree.
Copyright © 2014. All Rights Reserved.