public final class ProgressCopyCommandFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.emf.common.command.Command |
create(org.eclipse.emf.edit.domain.EditingDomain domain,
Collection<?> collection,
IProgressMonitorProvider monitor)
This creates a command that copies the given collection of objects.
|
public static org.eclipse.emf.common.command.Command create(org.eclipse.emf.edit.domain.EditingDomain domain,
Collection<?> collection,
IProgressMonitorProvider monitor)
domain - EditingDomaincollection - objects to copymonitor - the monitor.Copyright © 2018. All rights reserved.