public interface IContextReplacingOperation
Modifier and Type | Method and Description |
---|---|
void |
replaceContext(IUndoContext original,
IUndoContext replacement)
Replace the undo context of the receiver with the provided replacement
undo context.
|
void replaceContext(IUndoContext original, IUndoContext replacement)
This message has no effect if the original undo context is not present in the receiver.
original
- the undo context which is to be replacedreplacement
- the undo context which is replacing the original
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.