Uses of Interface
org.eclipse.emf.compare.ide.ui.internal.logical.view.ILogicalModelViewHandler
-
Packages that use ILogicalModelViewHandler Package Description org.eclipse.emf.compare.ide.ui.internal.logical.view org.eclipse.emf.compare.ide.ui.internal.logical.view.registry -
-
Uses of ILogicalModelViewHandler in org.eclipse.emf.compare.ide.ui.internal.logical.view
Classes in org.eclipse.emf.compare.ide.ui.internal.logical.view that implement ILogicalModelViewHandler Modifier and Type Class Description class
AbstractLogicalModelViewHandler
Abstract implementation of the handling of editors' activations, for the Logical Model View.class
EMFCompareEditorLMVHandler
Handle, for the Logical Model View, the EMF Compare editor activations.class
EMFReflectiveEditorLMVHandler
Handle, for the Logical Model View, the EMF Reflective editors' activations.class
ExplorersViewSelectionLMVHandler
Handle, for the Logical Model View, the item(s) selected in Project Explorer View or Package Explorer View. -
Uses of ILogicalModelViewHandler in org.eclipse.emf.compare.ide.ui.internal.logical.view.registry
Methods in org.eclipse.emf.compare.ide.ui.internal.logical.view.registry that return ILogicalModelViewHandler Modifier and Type Method Description ILogicalModelViewHandler
LogicalModelViewHandlerRegistry. getBestHandlerFor(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection)
Returns aILogicalModelViewHandler
that handles the given ISelection.
-