public static class SettableProperty.Diff<T> extends DictionaryProperty.Diff
SettableProperty this and that, and allow the differences from that to be appled to this so this and that are the same.| Modifier and Type | Method and Description |
|---|---|
SettableProperty<T> |
getContainingProperty()
Get the
SettableProperty containing this Diff. |
T |
getNewValue()
Get the value to be shown as new, e.g. in a prominant non-strikeout font In diff mode, this is the value from the edited file.
|
T |
getOldValue()
Get the value to be shown as old, e.g. in a strikeout font In merge mode, this is the value from the edited file.
|
T |
getValue()
Get the value of the diff -- the value that differs from
getContainingProperty().getValue() |
applyDiff, getDiffType, getVersionInfo, removeDiffpublic T getValue()
getContainingProperty().getValue()public T getOldValue()
public T getNewValue()
public SettableProperty<T> getContainingProperty()
SettableProperty containing this Diff.getContainingProperty in class DictionaryProperty.DiffSettableProperty