Package emfprofiles.custom.wizards
Class EMFProfilesProjectOperation
- java.lang.Object
-
- org.eclipse.ui.actions.WorkspaceModifyOperation
-
- emfprofiles.custom.wizards.EMFProfilesProjectOperation
-
- All Implemented Interfaces:
IRunnableWithProgress,IThreadListener
public class EMFProfilesProjectOperation extends WorkspaceModifyOperation
-
-
Constructor Summary
Constructors Constructor Description EMFProfilesProjectOperation(org.modelversioning.emfprofile.project.ui.wizard.ProfileProjectData projectData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPDENature()protected voidcreateContents(IProgressMonitor monitor)protected voidexecute(IProgressMonitor monitor)-
Methods inherited from class org.eclipse.ui.actions.WorkspaceModifyOperation
getRule, run, threadChange
-
-
-
-
Method Detail
-
execute
protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException
- Specified by:
executein classWorkspaceModifyOperation- Throws:
CoreExceptionInvocationTargetExceptionInterruptedException
-
addPDENature
public void addPDENature() throws CoreException- Throws:
CoreException
-
createContents
protected void createContents(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException
-
-