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 | 
|---|---|
| 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 | setRightEditable(boolean rightEditable)Set whether the right side of the comparison is editable. | 
getTarget, isAdapterForType, notifyChanged, setTargetboolean 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.