public class AutoOperationWrapper extends Object implements ESOperationModifier
ESOperationModifier. All operations are merged into one composite operation.ID| Constructor and Description |
|---|
AutoOperationWrapper() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractOperation> |
modify(List<AbstractOperation> operations,
org.eclipse.emf.common.command.Command command)
Allows to modify the recorded operations.
|
public List<AbstractOperation> modify(List<AbstractOperation> operations, org.eclipse.emf.common.command.Command command)
Allows to modify the recorded operations.
NOTE: This method is only called if commands are used.
modify in interface ESOperationModifieroperations - the recorded operations that may be modifiedcommand - the triggering commandESOperationModifier.modify(java.util.List,
org.eclipse.emf.common.command.Command)Copyright © 2017. All rights reserved.