Uses of Interface
org.eclipse.emf.compare.scope.IComparisonScope2
-
Packages that use IComparisonScope2 Package Description org.eclipse.emf.compare.ide.ui.internal.logical org.eclipse.emf.compare.scope -
-
Uses of IComparisonScope2 in org.eclipse.emf.compare.ide.ui.internal.logical
Classes in org.eclipse.emf.compare.ide.ui.internal.logical that implement IComparisonScope2 Modifier and Type Class Description class
EmptyComparisonScope
This implementation of a comparison scope can be supplied to EMF Compare if there was an error beyond repair during the creation of the scope. -
Uses of IComparisonScope2 in org.eclipse.emf.compare.scope
Classes in org.eclipse.emf.compare.scope that implement IComparisonScope2 Modifier and Type Class Description class
AbstractComparisonScope
This implementation ofIComparisonScope
can be sub-classed in order to avoid re-implementing some of the methods imposed by this interface.class
DefaultComparisonScope
This is the default implementation of anIComparisonScope
.class
FilterComparisonScope
This implementation of anIComparisonScope
can be provided specific filters to filter out parts of the Notifiers' content lists.
-