Package | Description |
---|---|
org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl |
Modifier and Type | Field and Description |
---|---|
protected static com.google.common.base.Function<Diff,BasicDifferenceGroupImpl.ChildrenSide> |
BasicDifferenceGroupImpl.DIFF_TO_SIDE
Get the accepted side(s) for children of a given Diff.
|
Modifier and Type | Method and Description |
---|---|
static BasicDifferenceGroupImpl.ChildrenSide |
BasicDifferenceGroupImpl.ChildrenSide.getValueFrom(DifferenceSource source) |
static BasicDifferenceGroupImpl.ChildrenSide |
BasicDifferenceGroupImpl.ChildrenSide.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicDifferenceGroupImpl.ChildrenSide[] |
BasicDifferenceGroupImpl.ChildrenSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected List<TreeNode> |
BasicDifferenceGroupImpl.buildSubTree(Match match,
boolean containment,
BasicDifferenceGroupImpl.ChildrenSide side)
Build the sub tree of the given
Match . |
protected static com.google.common.base.Predicate<? super Diff> |
BasicDifferenceGroupImpl.compatibleSide(BasicDifferenceGroupImpl.ChildrenSide side)
This can be used to check that a given Diff is compatible with the given side.
|
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.