Class NewPalladioTemplateWizardPage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
de.uka.ipd.sdq.pcm.gmf.ui.NewPalladioTemplateWizardPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, ISelectionChangedListener, IWizardPage

public class NewPalladioTemplateWizardPage extends WizardPage implements ISelectionChangedListener
The "New" wizard page allows setting the container for the new file as well as the file name. The page will only accept file name without the extension OR with the extension that matches the expected one (.repository).
  • Field Details

    • wizardSelectionViewer

      protected TableViewer wizardSelectionViewer
  • Constructor Details

    • NewPalladioTemplateWizardPage

      public NewPalladioTemplateWizardPage(Set<PalladioTemplate> availableTemplates)
      Constructor for SampleNewWizardPage.
      Parameters:
      pageName -
  • Method Details