Class WebGitProjectNewWizard

java.lang.Object
org.eclipse.jface.wizard.Wizard
org.eclipse.epsilon.common.dt.examples.WebGitProjectNewWizard
All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension, org.eclipse.jface.window.IShellProvider, org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard
Direct Known Subclasses:
ExampleProjectWizard1, ExampleProjectWizard10, ExampleProjectWizard11, ExampleProjectWizard12, ExampleProjectWizard13, ExampleProjectWizard14, ExampleProjectWizard15, ExampleProjectWizard16, ExampleProjectWizard17, ExampleProjectWizard18, ExampleProjectWizard19, ExampleProjectWizard2, ExampleProjectWizard20, ExampleProjectWizard21, ExampleProjectWizard22, ExampleProjectWizard23, ExampleProjectWizard24, ExampleProjectWizard25, ExampleProjectWizard26, ExampleProjectWizard27, ExampleProjectWizard28, ExampleProjectWizard29, ExampleProjectWizard3, ExampleProjectWizard30, ExampleProjectWizard31, ExampleProjectWizard32, ExampleProjectWizard33, ExampleProjectWizard34, ExampleProjectWizard35, ExampleProjectWizard4, ExampleProjectWizard5, ExampleProjectWizard6, ExampleProjectWizard7, ExampleProjectWizard8, ExampleProjectWizard9

public abstract class WebGitProjectNewWizard extends org.eclipse.jface.wizard.Wizard implements org.eclipse.ui.INewWizard, org.eclipse.core.runtime.IExecutableExtension
  • Field Summary

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

    DEFAULT_IMAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebGitProjectNewWizard(String pageTitle, String pageDescription, String pageProjectName, String projectServer, String projectUrl)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
     
    boolean
     
    void
    setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, String propertyName, Object data)
     

    Methods inherited from class org.eclipse.jface.wizard.Wizard

    addPage, addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jface.wizard.IWizard

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

    • WebGitProjectNewWizard

      public WebGitProjectNewWizard(String pageTitle, String pageDescription, String pageProjectName, String projectServer, String projectUrl)
  • Method Details

    • performFinish

      public boolean performFinish()
      Specified by:
      performFinish in interface org.eclipse.jface.wizard.IWizard
      Specified by:
      performFinish in class org.eclipse.jface.wizard.Wizard
    • init

      public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
      Specified by:
      init in interface org.eclipse.ui.IWorkbenchWizard
    • setInitializationData

      public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, String propertyName, Object data) throws org.eclipse.core.runtime.CoreException
      Specified by:
      setInitializationData in interface org.eclipse.core.runtime.IExecutableExtension
      Throws:
      org.eclipse.core.runtime.CoreException