Class NewContextMenuWizard

All Implemented Interfaces:
IShellProvider, IWizard, INewWizard, IWorkbenchWizard

public class NewContextMenuWizard extends NewWizard
Wizard to create a new Context Menu.
Author:
Christopher Mindus
  • Field Details

    • WIZARD_ID

      public static final String WIZARD_ID
      The ID.
  • Constructor Details

    • NewContextMenuWizard

      public NewContextMenuWizard()
      Creates the text table wizard.
  • Method Details

    • addPages

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

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