Class NewScreenWizard

All Implemented Interfaces:
IShellProvider, IWizard, INewWizard, IWorkbenchWizard

public class NewScreenWizard extends NewWizard
Wizard to create a new Terminal Screen.
Author:
Christopher Mindus
  • Field Details

    • WIZARD_ID

      public static final String WIZARD_ID
      The ID.
  • Constructor Details

    • NewScreenWizard

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

    • open

      public static void open(Shell shell, EditorTerminalProps props)
      Requests a new screen wizard for these terminal properties.
      Parameters:
      shell - The shell.
      props - Terminal properties for screen.
    • 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.