public class UIShowProjectPropertiesController extends AbstractEMFStoreUIController<Void>
| Constructor and Description |
|---|
UIShowProjectPropertiesController(org.eclipse.swt.widgets.Shell shell,
ProjectInfo projectInfo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
doRun(org.eclipse.core.runtime.IProgressMonitor progressMonitor)
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 UIShowProjectPropertiesController(org.eclipse.swt.widgets.Shell shell,
ProjectInfo projectInfo)
shell - the shell that will be used to open up the properties dialogprojectInfo - the ProjectInfo info that is needed to determine for which
project the properties should be shownpublic Void doRun(org.eclipse.core.runtime.IProgressMonitor progressMonitor) throws ESException
MonitoredEMFStoreAction.execute() is called.doRun in class MonitoredEMFStoreAction<Void>progressMonitor - 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.