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 Link icon

    • NewRecordingWizard Link icon

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

    • addPages Link icon

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

      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 Link icon

      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.