Class LinkWizard

All Implemented Interfaces:
IShellProvider, IWizard

public class LinkWizard extends Wizard
The link wizard.
Author:
Christopher Mindus
  • Method Details

    • getLinkWizardOperations

      public LinkWizardOperations getLinkWizardOperations()
      Gets the link wizard operations.
      Returns:
      The instance for all link operations.
    • addPages

      public void addPages()
      Adds the extra required pages.
      Specified by:
      addPages in interface IWizard
      Overrides:
      addPages in class Wizard
    • addLinkPage

      public void addLinkPage(ILinkWizardPage page)
      Adds a new page to this wizard. The page is inserted at the end of the page list.
      Parameters:
      page - The new page.
    • addPage

      public void addPage(IWizardPage page)
      Adds a new page to this wizard. The page is inserted at the end of the page list.
      Overrides:
      addPage in class Wizard
      Parameters:
      page - The new page.
    • performFinish

      public boolean performFinish()
      Finishes the dialog.
      Specified by:
      performFinish in interface IWizard
      Specified by:
      performFinish in class Wizard
      Returns:
      true to indicate the finish request was accepted, and false to indicate that the finish request was refused.
    • getNextPage

      public IWizardPage getNextPage(IWizardPage page)
      Specified by:
      getNextPage in interface IWizard
      Overrides:
      getNextPage in class Wizard
    • getPreviousPage

      public IWizardPage getPreviousPage(IWizardPage page)
      Specified by:
      getPreviousPage in interface IWizard
      Overrides:
      getPreviousPage in class Wizard