Class LoadProfileApplicationWizard
- java.lang.Object
-
- org.eclipse.jface.wizard.Wizard
-
- org.modelversioning.emfprofile.application.registry.ui.wizards.LoadProfileApplicationWizard
-
- All Implemented Interfaces:
IShellProvider
,IWizard
public class LoadProfileApplicationWizard extends Wizard
Wizard for collecting necessary information to import aProfileApplication
.
-
-
Field Summary
-
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
-
Constructor Summary
Constructors Constructor Description LoadProfileApplicationWizard()
The default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPages()
Adds theSelectProfileFilePage
and theSelectProfileApplicationFilePage
.boolean
performFinish()
Calls theProfileApplicationRegistry
to load the profile application.void
setWorkbenchPart(IWorkbenchPart targetPart)
Sets the workbench part to use for profile application creation.-
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
-
-
-
-
Method Detail
-
performFinish
public boolean performFinish()
Calls theProfileApplicationRegistry
to load the profile application.- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
-
addPages
public void addPages()
Adds theSelectProfileFilePage
and theSelectProfileApplicationFilePage
.
-
setWorkbenchPart
public void setWorkbenchPart(IWorkbenchPart targetPart)
Sets the workbench part to use for profile application creation.- Parameters:
targetPart
- to set.
-
-