public class UIUpdateProjectToVersionController extends AbstractEMFStoreUIController<ESPrimaryVersionSpec>
| Constructor and Description |
|---|
UIUpdateProjectToVersionController(org.eclipse.swt.widgets.Shell shell,
ESLocalProject localProject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ESPrimaryVersionSpec |
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 UIUpdateProjectToVersionController(org.eclipse.swt.widgets.Shell shell,
ESLocalProject localProject)
shell - the parent ShelllocalProject - the ESLocalProject that should be updated to a certain versionpublic ESPrimaryVersionSpec doRun(org.eclipse.core.runtime.IProgressMonitor monitor) throws ESException
MonitoredEMFStoreActionMonitoredEMFStoreAction.execute() is called.doRun in class MonitoredEMFStoreAction<ESPrimaryVersionSpec>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.