| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.eclipse.xtext.ui.wizard.XtextNewProjectWizard
public abstract class XtextNewProjectWizard
| Field Summary | |
|---|---|
protected  org.eclipse.jface.viewers.IStructuredSelection | 
selection
 | 
| Fields inherited from class org.eclipse.jface.wizard.Wizard | 
|---|
DEFAULT_IMAGE | 
| Constructor Summary | |
|---|---|
XtextNewProjectWizard(IProjectCreator creator)
 | 
|
| Method Summary | |
|---|---|
protected  void | 
doFinish(IProjectInfo projectInfo,
         org.eclipse.core.runtime.IProgressMonitor monitor)
 | 
protected  IProjectCreator | 
getCreator()
 | 
protected abstract  IProjectInfo | 
getProjectInfo()
 | 
 org.eclipse.ui.IWorkbench | 
getWorkbench()
 | 
 void | 
init(org.eclipse.ui.IWorkbench workbench,
     org.eclipse.jface.viewers.IStructuredSelection selection)
Initializes this creation wizard using the passed workbench and object selection.  | 
 boolean | 
performFinish()
Subclasses must implement this IWizard method to perform
 any special finish processing for their wizard. | 
| Methods inherited from class org.eclipse.jface.wizard.Wizard | 
|---|
addPage, addPages, 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 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, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer | 
| Field Detail | 
|---|
protected org.eclipse.jface.viewers.IStructuredSelection selection
| Constructor Detail | 
|---|
public XtextNewProjectWizard(IProjectCreator creator)
| Method Detail | 
|---|
protected abstract IProjectInfo getProjectInfo()
public boolean performFinish()
org.eclipse.jface.wizard.WizardIWizard method to perform
 any special finish processing for their wizard.
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizardtrue to indicate the finish request
   was accepted, and false to indicate
   that the finish request was refused
protected void doFinish(IProjectInfo projectInfo,
                        org.eclipse.core.runtime.IProgressMonitor monitor)
public void init(org.eclipse.ui.IWorkbench workbench,
                 org.eclipse.jface.viewers.IStructuredSelection selection)
org.eclipse.ui.IWorkbenchWizardThis method is called after the no argument constructor and before other methods are called.
init in interface org.eclipse.ui.IWorkbenchWizardworkbench - the current workbenchselection - the current object selectionpublic org.eclipse.ui.IWorkbench getWorkbench()
protected IProjectCreator getCreator()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||