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 voidaddPages()Adds theSelectProfileFilePageand theSelectProfileApplicationFilePage.booleanperformFinish()Calls theProfileApplicationRegistryto load the profile application.voidsetWorkbenchPart(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 theProfileApplicationRegistryto load the profile application.- Specified by:
performFinishin interfaceIWizard- Specified by:
performFinishin classWizard
-
addPages
public void addPages()
Adds theSelectProfileFilePageand theSelectProfileApplicationFilePage.
-
setWorkbenchPart
public void setWorkbenchPart(IWorkbenchPart targetPart)
Sets the workbench part to use for profile application creation.- Parameters:
targetPart- to set.
-
-