public class UIMergeController extends AbstractEMFStoreUIController<Void>
| Constructor and Description |
|---|
UIMergeController(org.eclipse.swt.widgets.Shell shell,
ESLocalProject localProject)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
doRun(org.eclipse.core.runtime.IProgressMonitor monitor)
The actual behavior that should be performed when the
MonitoredEMFStoreAction.execute() is called.Must be implemented by clients. |
confirm, getShell, setShellafterRun, execute, executeSub, isForked, preRunpublic UIMergeController(org.eclipse.swt.widgets.Shell shell,
ESLocalProject localProject)
shell - active shelllocalProject - the project being mergedpublic Void doRun(org.eclipse.core.runtime.IProgressMonitor monitor) throws ESException
MonitoredEMFStoreActionMonitoredEMFStoreAction.execute() is called.doRun in class MonitoredEMFStoreAction<Void>monitor - the IProgressMonitor that should be used by clients to
update the status of their progressESException - in case an error occursCopyright © 2017. All rights reserved.