Class NewCaptureWizard

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

public class NewCaptureWizard extends Wizard implements INewWizard
New Capture Wizard
Author:
Christopher Mindus
  • Method Details

    • createCapture

      public static boolean createCapture(Shell shell, HostSession hostSession)
      Requests creation of the screen capture.
      Parameters:
      shell - The shell.
      hostSession - The host session to capture.
      Returns:
      true for success, false for cancel.
    • createCapture

      public static boolean createCapture(Shell shell, byte[] data)
      Requests creation of the screen capture.
      Parameters:
      shell - The shell.
      data - Data from remote EE screen capture on server.
      Returns:
      true for success, false for cancel.
    • 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.