Class ConfigureModeLinkWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
org.eclipse.epsilon.dt.exeed.modelink.ConfigureModeLinkWizard
All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard
Direct Known Subclasses:
NewModeLinkWizard

public class ConfigureModeLinkWizard extends org.eclipse.jface.wizard.Wizard
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.eclipse.core.resources.IFile
     
     
     
    protected ModeLink
     
     

    Fields inherited from class org.eclipse.jface.wizard.Wizard

    DEFAULT_IMAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    org.eclipse.core.resources.IFile
     
    org.eclipse.jface.wizard.IWizardPage
    getNextPage(org.eclipse.jface.wizard.IWizardPage page)
     
    org.eclipse.jface.wizard.IWizardPage
    getPreviousPage(org.eclipse.jface.wizard.IWizardPage page)
     
    boolean
     
    void
    setFile(org.eclipse.core.resources.IFile file)
     

    Methods inherited from class org.eclipse.jface.wizard.Wizard

    addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getPage, getPageCount, getPages, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ConfigureModeLinkWizard

      public ConfigureModeLinkWizard()
  • Method Details

    • addPages

      public void addPages()
      Specified by:
      addPages in interface org.eclipse.jface.wizard.IWizard
      Overrides:
      addPages in class org.eclipse.jface.wizard.Wizard
    • performFinish

      public boolean performFinish()
      Specified by:
      performFinish in interface org.eclipse.jface.wizard.IWizard
      Specified by:
      performFinish in class org.eclipse.jface.wizard.Wizard
    • getFile

      public org.eclipse.core.resources.IFile getFile()
    • setFile

      public void setFile(org.eclipse.core.resources.IFile file)
    • getNextPage

      public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
      Specified by:
      getNextPage in interface org.eclipse.jface.wizard.IWizard
      Overrides:
      getNextPage in class org.eclipse.jface.wizard.Wizard
    • getPreviousPage

      public org.eclipse.jface.wizard.IWizardPage getPreviousPage(org.eclipse.jface.wizard.IWizardPage page)
      Specified by:
      getPreviousPage in interface org.eclipse.jface.wizard.IWizard
      Overrides:
      getPreviousPage in class org.eclipse.jface.wizard.Wizard