1 | import org.eclipse.emf.common.command.CommandStackListener;↵ | | 1 | import org.eclipse.emf.common.command.CommandStackListener;↵
|
2 | import org.eclipse.emf.common.command.CommandWrapper;↵ | | 2 | import org.eclipse.emf.common.command.CommandWrapper;↵
|
3 | import org.eclipse.emf.edit.command.CommandActionDelegate;↵ | | 3 | import org.eclipse.emf.edit.command.CommandActionDelegate;↵
|
4 | import org.eclipse.emf.edit.command.CommandParameter;↵ | | 4 | import org.eclipse.emf.edit.command.CommandParameter;↵
|
5 | import org.eclipse.emf.edit.domain.EditingDomain;↵ | | 5 | import org.eclipse.emf.edit.domain.EditingDomain;↵
|
6 | import org.eclipse.emf.edit.ui.action.CommandAction;↵ | | 6 | import org.eclipse.emf.edit.ui.action.CommandAction;↵
|
7 | import org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry;↵ | | 7 | import org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry;↵
|
8 | import org.eclipse.emf.mapping.MappingPlugin;↵ | | 8 | import org.eclipse.emf.mapping.MappingPlugin;↵
|
9 | import org.eclipse.emf.mapping.command.CreateMappingCommand;↵ | | 9 | import org.eclipse.emf.mapping.command.CreateMappingCommand;↵
|
10 | import org.eclipse.emf.mapping.domain.MappingDomain;↵ | | 10 | import org.eclipse.emf.mapping.domain.MappingDomain;↵
|
11 | import org.eclipse.emf.mapping.presentation.IComposedSelection; | | 11 | import org.eclipse.emf.mapping.provider.MappingItemProvider;
|