public interface IMergeData extends Adapter
MergeDataImpl. It helps to
 know the way of merge and the editable sides of a difference.Adapter.Internal| Modifier and Type | Method and Description | 
|---|---|
| MergeMode | getMergeMode()Returns the merge mode the  associateddiff has been merged with. | 
| DifferenceSource | getMergeTarget()Returns the target side of the merge. | 
| boolean | isLeftEditable()Returns whether the left side of the comparison is editable. | 
| boolean | isRightEditable()Returns whether the right side of the comparison is editable. | 
| void | setLeftEditable(boolean leftEditable)Set whether the left side of the comparison is editable. | 
| void | setMergeMode(MergeMode mergeMode)Set the merge mode the  associateddiff has been merged with. | 
| void | setRightEditable(boolean rightEditable)Set whether the right side of the comparison is editable. | 
getTarget, isAdapterForType, notifyChanged, setTargetMergeMode getMergeMode()
associated diff has been merged with.associated diff has been merged with.void setMergeMode(MergeMode mergeMode)
associated diff has been merged with.mergeMode - the merge mode the associated diff has been merged with.DifferenceSource getMergeTarget()
boolean isLeftEditable()
void setLeftEditable(boolean leftEditable)
leftEditable - whether the left side of the comparison is editable.boolean isRightEditable()
void setRightEditable(boolean rightEditable)
rightEditable - whether the right side of the comparison is editable.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.