org.eclipse.emf.emfstore.internal.client.ui.controller
Class UIEditServerPropertiesController
java.lang.Object
org.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.UIEditServerPropertiesController
public class UIEditServerPropertiesController
- extends AbstractEMFStoreUIController<Void>
UI controller for editing server properties.
- Author:
- emueller
UIEditServerPropertiesController
public UIEditServerPropertiesController(org.eclipse.swt.widgets.Shell shell,
ESServer server)
- Constructor.
- Parameters:
shell - the parent Shellserver - the server that should be edited
doRun
public Void doRun(org.eclipse.core.runtime.IProgressMonitor monitor)
throws ESException
- The actual behavior that should be performed when the
MonitoredEMFStoreAction.execute() is called.
Must be implemented by clients.
- Specified by:
doRun in class MonitoredEMFStoreAction<Void>
- Parameters:
monitor - the IProgressMonitor that should be used by clients to
update the status of their progress
- Returns:
- an optional return value
- Throws:
ESException - in case an error occurs- See Also:
MonitoredEMFStoreAction.doRun(org.eclipse.core.runtime.IProgressMonitor)
Copyright © 2015. All Rights Reserved.