|
|||||||||
| 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.UIExportController
public class UIExportController
UI controller for exporting
| Constructor Summary | |
|---|---|
UIExportController(org.eclipse.swt.widgets.Shell shell)
Constructor. |
|
| Method Summary | |
|---|---|
void |
exportChanges(ProjectSpace projectSpace)
Exports the history of a project. |
void |
exportProject(ProjectSpace projectSpace)
Exports a project. |
void |
exportProjectHistory(ProjectInfo projectInfo)
Exports the history of a project. |
void |
exportProjectSpace(ProjectSpace projectSpace)
Exports a ProjectSpace. |
void |
exportWorkspace()
Exports the whole workspace. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIExportController(org.eclipse.swt.widgets.Shell shell)
shell - the parent Shell to be used during an export| Method Detail |
|---|
public void exportProjectHistory(ProjectInfo projectInfo)
projectInfo - the ProjectInfo that contains the information about the project whose history should get
exportedpublic void exportChanges(ProjectSpace projectSpace)
projectSpace - the ProjectSpace that contains the local changes that should get exportedpublic void exportProject(ProjectSpace projectSpace)
projectSpace - the ProjectSpace that contains the project that should get exportedpublic void exportWorkspace()
public void exportProjectSpace(ProjectSpace projectSpace)
ProjectSpace.
projectSpace - the project space that should get exported
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||