Class NewSerialPortConnectionWizard

  • All Implemented Interfaces:
    org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard, IRemoteUIConnectionWizard

    public class NewSerialPortConnectionWizard
    extends org.eclipse.jface.wizard.Wizard
    implements IRemoteUIConnectionWizard
    • Field Summary

      • Fields inherited from class org.eclipse.jface.wizard.Wizard

        DEFAULT_IMAGE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPages()  
      IRemoteConnectionWorkingCopy getConnection()
      Get the connection being edited.
      IRemoteConnectionWorkingCopy open()
      Open configuration wizard allowing the user to enter information about a connection.
      boolean performFinish()  
      void setConnection​(IRemoteConnectionWorkingCopy connection)
      Set a connection containing the information to be edited by the wizard.
      void setConnectionName​(String name)
      Set the initial name of the connection.
      void setInvalidConnectionNames​(Set<String> names)
      Supply a set of connection names that are invalid.
      • Methods inherited from class org.eclipse.jface.wizard.Wizard

        addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
      • Methods inherited from interface org.eclipse.jface.wizard.IWizard

        canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer