Class SelectProfileApplicationFilePage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.modelversioning.emfprofile.application.registry.ui.wizards.SelectProfileApplicationFilePage
All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage

public class SelectProfileApplicationFilePage extends WizardPage
WizardPage for selecting the profile application file.
  • Constructor Details

    • SelectProfileApplicationFilePage

      protected SelectProfileApplicationFilePage(String pageName, String title, ImageDescriptor titleImage)
      Constructs a new page.
      Parameters:
      pageName - page name.
      title - title.
      titleImage - the title image.
  • Method Details

    • createControl

      public void createControl(Composite parent)
    • getSelectedFile

      public IFile getSelectedFile()
      Returns the selected profile file.
      Returns:
      the selected profile file.
    • setSelection

      public void setSelection(ISelection selection)
      Sets the selection.
      Parameters:
      selection - to set.