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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPages()Adds theSelectProfileFilePageand theSelectProfileApplicationFilePage.booleanCalls 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
-
Constructor Details
-
LoadProfileApplicationWizard
public LoadProfileApplicationWizard()The default constructor
-
-
Method Details
-
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
Sets the workbench part to use for profile application creation.- Parameters:
targetPart- to set.
-