Class WizardNewFileCreationPage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.modelversioning.emfprofile.diagram.application.WizardNewFileCreationPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage
Direct Known Subclasses:
EMFProfileCreationWizardPage

public class WizardNewFileCreationPage extends WizardPage
Generated class or method.
  • Constructor Details

    • WizardNewFileCreationPage

      public WizardNewFileCreationPage(String name, IStructuredSelection currentSelection)
      Generated class or method.
  • Method Details

    • getSelection

      protected IStructuredSelection getSelection()
      Generated class or method.
    • getFileName

      public String getFileName()
      Generated class or method.
    • setFileName

      public void setFileName(String fileName)
      Generated class or method.
    • getContainerFullPath

      public IPath getContainerFullPath()
      Generated class or method.
    • setContainerFullPath

      public void setContainerFullPath(IPath containerPath)
      Generated class or method.
    • getFilePath

      protected IPath getFilePath()
      Generated class or method.
    • setFilePath

      protected void setFilePath(IPath containerPath, String fileName)
      Generated class or method.
    • createControl

      public void createControl(Composite parent)
      Generated class or method.
    • validatePage

      protected boolean validatePage()
      Generated class or method.