|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.ui.common.MonitoredEMFStoreAction<T>
org.eclipse.emf.emfstore.internal.client.ui.controller.AbstractEMFStoreUIController<Void>
org.eclipse.emf.emfstore.internal.client.ui.controller.UIDeleteRemoteProjectController
public class UIDeleteRemoteProjectController
UI controller for deleting a project on the server.
| Constructor Summary | |
|---|---|
UIDeleteRemoteProjectController(org.eclipse.swt.widgets.Shell shell,
ESUsersession session,
ESRemoteProject remoteProject)
Constructor. |
|
UIDeleteRemoteProjectController(org.eclipse.swt.widgets.Shell shell,
ESUsersession session,
ProjectInfo projectInfo)
Constructor. |
|
UIDeleteRemoteProjectController(org.eclipse.swt.widgets.Shell shell,
ServerInfo serverInfo,
ProjectInfo projectInfo)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.emf.emfstore.internal.client.ui.controller.AbstractEMFStoreUIController |
|---|
confirm, getShell, setShell |
| Methods inherited from class org.eclipse.emf.emfstore.internal.client.ui.common.MonitoredEMFStoreAction |
|---|
afterRun, execute, executeSub, isForked, preRun |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIDeleteRemoteProjectController(org.eclipse.swt.widgets.Shell shell,
ServerInfo serverInfo,
ProjectInfo projectInfo)
Constructor.
The ESUsersession to delete the remote server instance will be injected. If this is not desired use one
of the other constructors.
shell - the parent Shell that should be used during the deletion of the projectserverInfo - the server info containing the information about the server the project is hosted onprojectInfo - the ProjectInfo that will be used to identify the remote project
public UIDeleteRemoteProjectController(org.eclipse.swt.widgets.Shell shell,
ESUsersession session,
ProjectInfo projectInfo)
shell - the parent Shell that should be used during the deletion of the projectsession - the ESUsersession that should be used to delete the remote server instanceprojectInfo - the ProjectInfo that will be used to identify the remote project
public UIDeleteRemoteProjectController(org.eclipse.swt.widgets.Shell shell,
ESUsersession session,
ESRemoteProject remoteProject)
shell - the parent Shell that should be used during the deletion of the projectsession - the ESUsersession that should be used to delete the remote server instanceremoteProject - the ESRemoteProject that should be deleted| Method Detail |
|---|
public 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 progress
ESException - in case an error occursMonitoredEMFStoreAction.doRun(org.eclipse.core.runtime.IProgressMonitor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||