Package emfprofiles.custom.wizards
Class EMFProfilesProjectOperation
java.lang.Object
org.eclipse.ui.actions.WorkspaceModifyOperation
emfprofiles.custom.wizards.EMFProfilesProjectOperation
- All Implemented Interfaces:
IRunnableWithProgress
,IThreadListener
-
Constructor Summary
ConstructorDescriptionEMFProfilesProjectOperation
(org.modelversioning.emfprofile.project.ui.wizard.ProfileProjectData projectData) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
createContents
(IProgressMonitor monitor) protected void
execute
(IProgressMonitor monitor) Methods inherited from class org.eclipse.ui.actions.WorkspaceModifyOperation
getRule, run, threadChange
-
Constructor Details
-
EMFProfilesProjectOperation
public EMFProfilesProjectOperation(org.modelversioning.emfprofile.project.ui.wizard.ProfileProjectData projectData)
-
-
Method Details
-
execute
protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException - Specified by:
execute
in classWorkspaceModifyOperation
- Throws:
CoreException
InvocationTargetException
InterruptedException
-
addPDENature
- Throws:
CoreException
-
createContents
protected void createContents(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException
-