public class UndoChangesCommand extends org.eclipse.emf.edit.command.ChangeCommand implements IChangeProvider
| Constructor and Description |
|---|
UndoChangesCommand(List<Change> changes,
MetamodelExtent extent)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
getChanges(List<PrimitiveChange> changes)
Provide a representation of the change it causes
|
dispose, execute, getChangeRecorder, redo, undopublic UndoChangesCommand(List<Change> changes, MetamodelExtent extent)
public List<Change> getChanges(List<PrimitiveChange> changes)
getChanges in interface IChangeProviderchanges - The primitive changes which were recordedCopyright © 2020. All rights reserved.