Class NewProfileProjectOperation
java.lang.Object
org.eclipse.ui.actions.WorkspaceModifyOperation
org.modelversioning.emfprofile.project.ui.wizard.NewProfileProjectOperation
- All Implemented Interfaces:
IRunnableWithProgress,IThreadListener
-
Constructor Summary
ConstructorsConstructorDescriptionNewProfileProjectOperation(ProfileProjectData projectData) NewProfileProjectOperation(ProfileProjectData projectData, boolean openDiagram) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidcreateContents(IProgressMonitor monitor) protected voidexecute(IProgressMonitor monitor) Methods inherited from class org.eclipse.ui.actions.WorkspaceModifyOperation
getRule, run, threadChange
-
Constructor Details
-
NewProfileProjectOperation
-
NewProfileProjectOperation
-
-
Method Details
-
execute
protected void execute(IProgressMonitor monitor) throws CoreException, InvocationTargetException, InterruptedException - Specified by:
executein classWorkspaceModifyOperation- Throws:
CoreExceptionInvocationTargetExceptionInterruptedException
-
addPDENature
- Throws:
CoreException
-
createContents
protected void createContents(IProgressMonitor monitor) throws CoreException, org.eclipse.jdt.core.JavaModelException, InvocationTargetException, InterruptedException - Throws:
CoreExceptionorg.eclipse.jdt.core.JavaModelExceptionInvocationTargetExceptionInterruptedException
-