Uses of Interface
org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups.IDifferenceGroup
Packages that use IDifferenceGroup
Package
Description
-
Uses of IDifferenceGroup 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 IDifferenceGroupModifier and TypeClassDescriptionclass
This implementation of aIDifferenceGroup
uses a predicate to filter the whole list of differences.static class
SpecializedBasicDifferenceGroupImpl
for Resources.static class
SpecializedBasicDifferenceGroupImpl
for Conflicts.Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that return types with arguments of type IDifferenceGroupModifier and TypeMethodDescriptionprotected Collection
<? extends IDifferenceGroup> ByResourceGroupProvider.buildGroups
(Comparison comparison2) Builds the groups for this comparison.protected Collection
<? extends IDifferenceGroup> DefaultGroupProvider.buildGroups
(Comparison comparison2) Builds the groups for this comparison.protected Collection
<? extends IDifferenceGroup> KindGroupProvider.buildGroups
(Comparison comparison2) Builds the groups for this comparison.protected Collection
<? extends IDifferenceGroup> ThreeWayComparisonGroupProvider.buildGroups
(Comparison comparison2) -
Uses of IDifferenceGroup in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.provider
Method parameters in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.provider with type arguments of type IDifferenceGroupModifier and TypeMethodDescriptionprotected void
TreeNodeItemProviderSpec.initMapping
(Collection<? extends IDifferenceGroup> groups, IDifferenceGroupProvider groupProvider, TreeNode treeNode) Init the mapping.Constructors in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.provider with parameters of type IDifferenceGroupModifierConstructorDescriptionGroupItemProviderAdapter
(AdapterFactory adapterFactory, EObject parent, IDifferenceGroup group) Constructor. -
Uses of IDifferenceGroup in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups
Methods in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups that return types with arguments of type IDifferenceGroupModifier and TypeMethodDescriptionprotected Collection
<? extends IDifferenceGroup> AbstractDifferenceGroupProvider.buildGroups
(Comparison aComparison) Builds the groups for this comparison.Collection
<? extends IDifferenceGroup> AbstractDifferenceGroupProvider.getGroups
(Comparison aComparison) This will be called internally by the grouping actions in order to determine how the differences should be grouped in the structural view.Collection
<? extends IDifferenceGroup> IDifferenceGroupProvider.getGroups
(Comparison comparison) This will be called internally by the grouping actions in order to determine how the differences should be grouped in the structural view.