|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ESOperationModifier
This interface allows to hook into the operation recorder and to modify the recorded operations. Generally this is useful for combining similar operations into composite operations.
| Field Summary | |
|---|---|
static String |
ID
ID of the ESOperationModifier option. |
| Method Summary | |
|---|---|
List<AbstractOperation> |
modify(List<AbstractOperation> operations,
org.eclipse.emf.common.command.Command command)
Allows to modify the recorded operations. |
| Field Detail |
|---|
static final String ID
ESOperationModifier option.
| Method Detail |
|---|
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.
operations - the recorded operations that may be modifiedcommand - the triggering command
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||