Modifier and Type | Class and Description |
---|---|
class |
BasicDifferenceGroupImpl
This implementation of a
IDifferenceGroup uses a predicate to filter the whole list of differences. |
static class |
ByResourceGroupProvider.ResourceGroup
Specialized
BasicDifferenceGroupImpl for Resources. |
static class |
ThreeWayComparisonGroupProvider.ConflictsGroupImpl
Specialized
BasicDifferenceGroupImpl for Conflicts. |
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends IDifferenceGroup> |
ThreeWayComparisonGroupProvider.buildGroups(Comparison comparison2) |
protected Collection<? extends IDifferenceGroup> |
KindGroupProvider.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> |
ByResourceGroupProvider.buildGroups(Comparison comparison2)
Builds the groups for this comparison.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreeNodeItemProviderSpec.initMapping(Collection<? extends IDifferenceGroup> groups,
IDifferenceGroupProvider groupProvider,
TreeNode treeNode)
Init the mapping.
|
Constructor and Description |
---|
GroupItemProviderAdapter(AdapterFactory adapterFactory,
EObject parent,
IDifferenceGroup group)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends IDifferenceGroup> |
AbstractDifferenceGroupProvider.buildGroups(Comparison aComparison)
Builds the groups for this comparison.
|
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.
|
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.
|
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.