|
||||||||||
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.amp.escape.ide.ProjectWizard
public abstract class ProjectWizard
Creates a generic project with code generation; intended for specialization.
Field Summary |
---|
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
ProjectWizard()
|
Method Summary | |
---|---|
void |
addPages()
|
protected void |
createFiles()
|
protected java.util.List<java.lang.String> |
getBuilders()
|
protected java.util.List<org.eclipse.jdt.core.IClasspathEntry> |
getClasspathsEntries()
|
protected abstract java.lang.String |
getCurrentPluginID()
Only needed for generating Status. |
protected java.util.List<java.lang.String> |
getNatures()
|
protected org.eclipse.core.resources.IProject |
getProject()
|
protected java.lang.String |
getProjectTypeName()
|
protected abstract java.lang.String |
getSourceDirName()
|
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
|
boolean |
performFinish()
|
Methods inherited from class org.eclipse.jface.wizard.Wizard |
---|
addPage, 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 |
---|
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
Constructor Detail |
---|
public ProjectWizard()
Method Detail |
---|
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 boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
protected void createFiles() throws org.eclipse.core.runtime.CoreException, java.io.IOException
org.eclipse.core.runtime.CoreException
java.io.IOException
protected abstract java.lang.String getCurrentPluginID()
protected abstract java.lang.String getSourceDirName()
protected org.eclipse.core.resources.IProject getProject()
protected java.lang.String getProjectTypeName()
protected java.util.List<java.lang.String> getNatures()
protected java.util.List<org.eclipse.jdt.core.IClasspathEntry> getClasspathsEntries() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
protected java.util.List<java.lang.String> getBuilders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |