|
|||||||||
| 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.controller.UIImportController
public class UIImportController
UI controller class for importing
| Constructor Summary | |
|---|---|
UIImportController(org.eclipse.swt.widgets.Shell shell)
Constructor. |
|
| Method Summary | |
|---|---|
void |
importChanges(ProjectSpace projectSpace)
Imports a set of changes. |
void |
importProject(String projectName)
Imports a project. |
void |
importProjectHistory(ProjectInfo projectInfo)
Imports a project history. |
void |
importProjectSpace()
Imports the given project space. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIImportController(org.eclipse.swt.widgets.Shell shell)
shell - the parent shell that is used during imports| Method Detail |
|---|
public void importProjectHistory(ProjectInfo projectInfo)
projectInfo - the project info instance the imported history should get attached topublic void importChanges(ProjectSpace projectSpace)
projectSpace - the ProjectSpace the imported changes should get attached topublic void importProject(String projectName)
projectName - the name that will be assigned to the imported projectpublic void importProjectSpace()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||