public class UIImportController extends Object
| Constructor and Description |
|---|
UIImportController(org.eclipse.swt.widgets.Shell shell)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public UIImportController(org.eclipse.swt.widgets.Shell shell)
shell - the parent shell that is used during importspublic 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()
Copyright © 2017. All rights reserved.