public class UICreateLocalProjectController extends AbstractEMFStoreUIController<ESLocalProject>
| Constructor and Description |
|---|
UICreateLocalProjectController(org.eclipse.swt.widgets.Shell shell)
Constructor.
|
UICreateLocalProjectController(org.eclipse.swt.widgets.Shell shell,
String name)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ESLocalProject |
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 UICreateLocalProjectController(org.eclipse.swt.widgets.Shell shell)
shell - the parent Shell that should be used during the creation of the local projectpublic UICreateLocalProjectController(org.eclipse.swt.widgets.Shell shell,
String name)
shell - the parent Shell that should be used during the creation of the local projectname - the name of the local projectpublic ESLocalProject doRun(org.eclipse.core.runtime.IProgressMonitor monitor) throws ESException
MonitoredEMFStoreAction.execute() is called.doRun in class MonitoredEMFStoreAction<ESLocalProject>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.