Class LoadProfileApplicationWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.modelversioning.emfprofile.application.registry.ui.wizards.LoadProfileApplicationWizard
- All Implemented Interfaces:
IShellProvider
,IWizard
Wizard for collecting necessary information to import a
ProfileApplication
.-
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPages()
Adds theSelectProfileFilePage
and theSelectProfileApplicationFilePage
.boolean
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
-
Constructor Details
-
LoadProfileApplicationWizard
public LoadProfileApplicationWizard()The default constructor
-
-
Method Details
-
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
Sets the workbench part to use for profile application creation.- Parameters:
targetPart
- to set.
-