Interface IPublicationNewWizard

  • All Superinterfaces:
    org.eclipse.ui.INewWizard, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.IWorkbenchWizard

    public interface IPublicationNewWizard
    extends org.eclipse.ui.INewWizard
    The new publication wizard.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setDebugUrl​(URL debugUrl)
      Sets 1C:Enterprise debug server URL.
      void setInstallation​(IResolvableRuntimeInstallation installation)
      Sets 1C:Enterprise runtime platform installation.
      • Methods inherited from interface org.eclipse.jface.wizard.IWizard

        addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
      • Methods inherited from interface org.eclipse.ui.IWorkbenchWizard

        init
    • Method Detail

      • setDebugUrl

        void setDebugUrl​(URL debugUrl)
        Sets 1C:Enterprise debug server URL.
        Parameters:
        debugUrl - the 1C:Enterprise debug server URL, cannot be null
      • setInstallation

        void setInstallation​(IResolvableRuntimeInstallation installation)
        Sets 1C:Enterprise runtime platform installation.
        Parameters:
        installation - the 1C:Enterprise runtime platform installation, cannot be null