1 | import java.util.Collection;↵ | | 1 | import java.util.Collection;↵
|
2 | import java.util.EventObject;↵ | | 2 | import java.util.EventObject;↵
|
3 | import java.util.HashSet;↵ | | 3 | import java.util.HashSet;↵
|
|
4 | import org.eclipse.jface.action.Action;↵ | | 4 | import org.eclipse.jface.action.Action;↵
|
5 | import org.eclipse.jface.action.IAction;↵ | | 5 | import org.eclipse.jface.action.IAction;↵
|
6 | import org.eclipse.jface.resource.ImageDescriptor;↵ | | 6 | import org.eclipse.jface.resource.ImageDescriptor;↵
|
7 | import org.eclipse.jface.viewers.ISelection;↵ | | 7 | import org.eclipse.jface.viewers.ISelection;↵
|
8 | import org.eclipse.jface.viewers.ISelectionProvider;↵ | | 8 | import org.eclipse.jface.viewers.ISelectionProvider;↵
|
9 | import org.eclipse.ui.IWorkbenchPart;↵ | | 9 | import org.eclipse.ui.IWorkbenchPart;↵
|
|
10 | import org.eclipse.emf.common.command.Command;↵ | | 10 | import org.eclipse.emf.common.command.Command;↵
|
11 | import org.eclipse.emf.common.command.CommandStackListener;↵ | | 11 | import org.eclipse.emf.common.command.CommandStackListener;↵
|
12 | import org.eclipse.emf.common.command.CompoundCommand;↵ | | 12 | import org.eclipse.emf.common.command.CompoundCommand;↵
|
13 | import org.eclipse.emf.edit.command.CommandActionDelegate;↵ | | 13 | import org.eclipse.emf.edit.command.CommandActionDelegate;↵
|
14 | import org.eclipse.emf.edit.command.CommandParameter;↵ | | 14 | import org.eclipse.emf.edit.command.CommandParameter;↵
|
15 | import org.eclipse.emf.edit.domain.EditingDomain;↵ | | 15 | import org.eclipse.emf.edit.domain.EditingDomain;↵
|
16 | import org.eclipse.emf.edit.ui.action.CommandAction;↵ | | 16 | import org.eclipse.emf.edit.ui.action.CommandAction;↵
|
17 | import org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry;↵ | | 17 | import org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry;↵
|
18 | import org.eclipse.emf.mapping.Mapping;↵ | | 18 | import org.eclipse.emf.mapping.Mapping;↵
|
19 | import org.eclipse.emf.mapping.MappingPlugin;↵ | | 19 | import org.eclipse.emf.mapping.MappingPlugin;↵
|
20 | import org.eclipse.emf.mapping.MappingRoot;↵ | | 20 | import org.eclipse.emf.mapping.MappingRoot;↵
|
21 | import org.eclipse.emf.mapping.command.CreateMappingCommand;↵ | | 21 | import org.eclipse.emf.mapping.command.CreateMappingCommand;↵
|
22 | import org.eclipse.emf.mapping.command.NameMatchMappingCommand;↵ | | 22 | import org.eclipse.emf.mapping.command.TypeMatchMappingCommand;↵
|
23 | import org.eclipse.emf.mapping.domain.MappingDomain;↵ | | 23 | import org.eclipse.emf.mapping.domain.MappingDomain;↵
|
24 | import org.eclipse.emf.mapping.presentation.IComposedSelection;↵ | | 24 | import org.eclipse.emf.mapping.presentation.IComposedSelection;↵
|
25 | import org.eclipse.emf.mapping.presentation.MappingUIPlugin; | | 25 | import org.eclipse.emf.mapping.presentation.MappingUIPlugin;
|