Package com.iizigo.vs

Class NewVirtualSpaceWizard

All Implemented Interfaces:
IShellProvider, IWizard, INewWizard, IWorkbenchWizard

public class NewVirtualSpaceWizard extends NewWizard
Wizard to create a new VirtualSpace.
Author:
Christopher Mindus
  • Field Details

    • WIZARD_ID

      public static final String WIZARD_ID
      The ID.
  • Constructor Details

    • NewVirtualSpaceWizard

      public NewVirtualSpaceWizard()
      Creates the text table wizard.
    • NewVirtualSpaceWizard

      public NewVirtualSpaceWizard(boolean doOpenEditor)
      Creates the text table wizard.
      Parameters:
      doOpenEditor - Flag to open the editor or not.
  • 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.
    • getVirtualSpace

      public EditorVirtualSpace getVirtualSpace()
      Gets the created VirtualSpace.
      Returns:
      The instance just created by the wizard.