Class EMFReflectiveEditorLMVHandler

java.lang.Object
org.eclipse.emf.compare.ide.ui.internal.logical.view.AbstractLogicalModelViewHandler
org.eclipse.emf.compare.ide.ui.internal.logical.view.EMFReflectiveEditorLMVHandler
All Implemented Interfaces:
ILogicalModelViewHandler

public class EMFReflectiveEditorLMVHandler extends AbstractLogicalModelViewHandler
Handle, for the Logical Model View, the EMF Reflective editors' activations.
  • Constructor Details

    • EMFReflectiveEditorLMVHandler

      public EMFReflectiveEditorLMVHandler()
  • Method Details

    • getFiles

      public Collection<org.eclipse.core.resources.IFile> getFiles(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)
      Retrieve the files associated with the given editor (via its IWorkbenchPart).
      Specified by:
      getFiles in interface ILogicalModelViewHandler
      Overrides:
      getFiles in class AbstractLogicalModelViewHandler
      Parameters:
      part - the IWorkbenchPart of the editor.
      selection - the ISelection.
      Returns:
      the files associated with the given editor (via its IWorkbenchPart).