Uses of Interface
org.eclipse.emf.compare.rcp.ui.configuration.ICompareEvent
-
-
Uses of ICompareEvent in org.eclipse.emf.compare.rcp.ui.internal.configuration
Subinterfaces of ICompareEvent in org.eclipse.emf.compare.rcp.ui.internal.configuration Modifier and Type Interface Description interface
IAdapterFactoryChange
interface
ICompareEditingDomainChange
interface
IDiffRelationshipComputerChange
Event indicating a change inIDiffRelationshipComputer
.interface
IEMFComparatorChange
interface
IMergePreviewModeChange
-
Uses of ICompareEvent in org.eclipse.emf.compare.rcp.ui.internal.configuration.impl
Classes in org.eclipse.emf.compare.rcp.ui.internal.configuration.impl that implement ICompareEvent Modifier and Type Class Description class
AdapterFactoryChange
class
CompareEditingDomainChange
class
CompareEvent<T>
class
ComparisonAndScopeChange
class
DiffRelationshipComputerChange
A change forIDiffRelationshipComputer
.class
EMFComparatorChange
class
MergePreviewModeChange
-
Uses of ICompareEvent in org.eclipse.emf.compare.rcp.ui.internal.mergeviewer
Subinterfaces of ICompareEvent in org.eclipse.emf.compare.rcp.ui.internal.mergeviewer Modifier and Type Interface Description interface
IColorChangeEvent
A event notifying the bus that some color have change their value.Classes in org.eclipse.emf.compare.rcp.ui.internal.mergeviewer that implement ICompareEvent Modifier and Type Class Description class
ColorChangeEvent
Event to notify a color change. -
Uses of ICompareEvent in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl
Classes in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.filters.impl that implement ICompareEvent Modifier and Type Class Description class
DifferenceFilterChange
The default implementation ofIDifferenceFilterChange
. -
Uses of ICompareEvent in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Classes in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that implement ICompareEvent Modifier and Type Class Description class
DifferenceGroupProviderChange
The default implementation ofIDifferenceGroupProviderChange
. -
Uses of ICompareEvent in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.filters
Subinterfaces of ICompareEvent in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.filters Modifier and Type Interface Description interface
IDifferenceFilterChange
Stores selected and unselected filters, and a predicate that aggregates the selected state predicates of selected filters and the unselected state predicates of unselected filters. -
Uses of ICompareEvent in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups
Subinterfaces of ICompareEvent in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups Modifier and Type Interface Description interface
IDifferenceGroupProviderChange
Stores selectedIDifferenceGroupProvider
.
-