1 | import java.util.Collection;↵ | | 1 | import java.util.Collection;↵
|
|
2 | import org.eclipse.jface.viewers.ISelection;↵ | | 2 | import org.eclipse.jface.viewers.ISelection;↵
|
3 | import org.eclipse.ui.IEditorPart;↵ | | 3 | import org.eclipse.ui.IEditorPart;↵
|
4 | import org.eclipse.ui.IWorkbenchPart;↵ | | 4 | import org.eclipse.ui.IWorkbenchPart;↵
|
|
5 | import org.eclipse.emf.common.command.Command;↵ | | 5 | import org.eclipse.emf.common.command.Command;↵
|
6 | import org.eclipse.emf.common.command.UnexecutableCommand;↵ | | 6 | import org.eclipse.emf.common.command.UnexecutableCommand;↵
|
7 | import org.eclipse.emf.edit.command.CreateChildCommand;↵ | | 7 | import org.eclipse.emf.edit.command.CreateChildCommand;↵
|
8 | import org.eclipse.emf.edit.domain.EditingDomain; | | 8 | import org.eclipse.emf.edit.domain.EditingDomain;
|