Class NewRecordingWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
com.iizigo.term.recording.NewRecordingWizard
All Implemented Interfaces:
IShellProvider, IWizard, INewWizard, IWorkbenchWizard

public class NewRecordingWizard extends Wizard implements INewWizard
New Recording Wizard
Author:
Christopher Mindus
  • Constructor Details

    • NewRecordingWizard

      public NewRecordingWizard()
      Creates the common wizard.
  • Method Details

    • addPages

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

      public void init(IWorkbench workbench, IStructuredSelection selection)
      Initializes this creation wizard using the passed workbench and object selection.
      Specified by:
      init in interface IWorkbenchWizard
    • 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.