Class NewServerWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
com.iizigo.ui.server.monitor.NewServerWizard
All Implemented Interfaces:
IShellProvider, IWizard, INewWizard, IWorkbenchWizard

public class NewServerWizard extends Wizard implements INewWizard
Wizard to create a new Server.
Author:
Christopher Mindus
  • Field Details

    • WIZARD_ID

      public static final String WIZARD_ID
      The ID.
  • Constructor Details

    • NewServerWizard

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

      public NewServerWizard(com.iizigo.ui.server.monitor.ServerInstance si, int editIndex)
      Creates the text table wizard.
  • Method Details

    • open

      public static com.iizigo.ui.server.monitor.ServerInstance open(Shell shell, com.iizigo.ui.server.monitor.ServerInstance si, int editIndex)
      Requests a new server 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
    • 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
      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.