|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
com.alveole.studio.web.wizard.NewProject
public class NewProject
Wizard for new project.
Field Summary | |
---|---|
protected java.util.ArrayList<IFeatureWizard> |
features
The features wizards. |
protected org.eclipse.ui.dialogs.WizardNewFileCreationPage |
fileWizard
The file sub-dialog. |
protected ProjectContext |
projectContext
The currently create project. |
protected ProjectSettingsWizard |
projectSettings
The project settings sub-dialog. |
protected org.eclipse.jface.viewers.IStructuredSelection |
selection
Current selection. |
protected org.eclipse.ui.IWorkbench |
workbench
The current wb. |
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
NewProject()
Constructor. |
Method Summary | |
---|---|
void |
addPages()
Add all wizard pages. |
org.eclipse.jface.wizard.IWizardPage |
getNextPage(org.eclipse.jface.wizard.IWizardPage page)
Get next wizard page to be displayed. |
org.eclipse.core.resources.IProject |
getSelectedProject()
Gets selected JavaProject. |
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
Initiate wizard. |
boolean |
performFinish()
Called on finish button. |
Methods inherited from class org.eclipse.jface.wizard.Wizard |
---|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, 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 |
---|
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
Field Detail |
---|
protected org.eclipse.ui.dialogs.WizardNewFileCreationPage fileWizard
protected ProjectSettingsWizard projectSettings
protected org.eclipse.ui.IWorkbench workbench
protected org.eclipse.jface.viewers.IStructuredSelection selection
protected java.util.ArrayList<IFeatureWizard> features
protected ProjectContext projectContext
Constructor Detail |
---|
public NewProject()
Method Detail |
---|
public org.eclipse.core.resources.IProject getSelectedProject()
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
init
in interface org.eclipse.ui.IWorkbenchWizard
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public org.eclipse.jface.wizard.IWizardPage getNextPage(org.eclipse.jface.wizard.IWizardPage page)
getNextPage
in interface org.eclipse.jface.wizard.IWizard
getNextPage
in class org.eclipse.jface.wizard.Wizard
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |