public class UIAddTagController extends AbstractEMFStoreUIController<Void>
| Constructor and Description |
|---|
UIAddTagController(org.eclipse.swt.widgets.Shell shell,
ESLocalProject localProject,
ESHistoryInfo historyInfo)
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 UIAddTagController(org.eclipse.swt.widgets.Shell shell,
ESLocalProject localProject,
ESHistoryInfo historyInfo)
shell - the shell that will be used to create the taglocalProject - the ESLocalProject for which to create the tag forhistoryInfo - the ESHistoryInfo object that is needed to determine the version for which to create a tagpublic Void doRun(org.eclipse.core.runtime.IProgressMonitor monitor) throws ESException
MonitoredEMFStoreAction.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 occursMonitoredEMFStoreAction.doRun(org.eclipse.core.runtime.IProgressMonitor)Copyright © 2017. All rights reserved.