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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
-
Method Details
-
performFinish
public boolean performFinish()- Specified by:
performFinish
in interfaceorg.eclipse.jface.wizard.IWizard
- Specified by:
performFinish
in classorg.eclipse.jface.wizard.Wizard
-
init
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection) - Specified by:
init
in interfaceorg.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 interfaceorg.eclipse.core.runtime.IExecutableExtension
- Throws:
org.eclipse.core.runtime.CoreException
-