org.eclipse.emf.ecp.ui.validation.e4.view
Class DiagnosticView

java.lang.Object
  extended by org.eclipse.emf.ecp.ui.validation.e4.view.DiagnosticView

public class DiagnosticView
extends Object

View to display validation results.

Author:
jfaltermeier

Constructor Summary
DiagnosticView()
           
 
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 diagnostic view.
 void preDestroy()
          Clean up code.
 void setFocus()
          Sets the focus to the tree.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagnosticView

public DiagnosticView()
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 diagnostic 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.


preDestroy

@PreDestroy
public void preDestroy()
Clean up code.



Copyright © 2015. All Rights Reserved.