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 |
isMirrored()
Returns whether the left and right sides are swapped, i.e., mirrored.
|
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 |
setMirrored(boolean mirrored)
Sets whether the left and right sides are swapped, i.e., mirrored.
|
void |
setRightEditable(boolean rightEditable)
Set whether the right side of the comparison is editable.
|
getTarget, isAdapterForType, notifyChanged, setTarget
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.boolean isMirrored()
void setMirrored(boolean mirrored)
mirrored
- whether the left and right sides are swapped, i.e., mirrored, false otherwise.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.