|
||||||||||
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
org.eclipse.amp.escape.ide.PluginTemplateProjectWizard
public abstract class PluginTemplateProjectWizard
Creates a plugin project, creating MANIFEST.MF and plugin.properties files from scratch.
Field Summary | |
---|---|
static java.lang.String |
CONF_EXTPOINT_ID
ID of the new-wizard configuration extension point. |
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
PluginTemplateProjectWizard()
|
Method Summary | |
---|---|
protected void |
createFiles()
Copies template PDE project files into target project and replaces template values with those of project. |
protected java.util.List<java.lang.String> |
getBuilders()
|
protected java.util.Set<java.lang.String> |
getDependenciesForManifest()
Overwrite this method to let a certain subclass behave more specifically. |
protected java.util.Set<java.lang.String> |
getImportsForManifest()
Overwrite this method to let a certain subclass behave more specifically. |
protected java.util.List<java.lang.String> |
getNatures()
|
protected java.lang.String |
getWizardId()
|
void |
setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
java.lang.String propertyName,
java.lang.Object data)
|
Methods inherited from class org.eclipse.amp.escape.ide.ProjectWizard |
---|
addPages, getClasspathsEntries, getCurrentPluginID, getProject, getProjectTypeName, getSourceDirName, init, 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 |
Field Detail |
---|
public static final java.lang.String CONF_EXTPOINT_ID
Constructor Detail |
---|
public PluginTemplateProjectWizard()
Method Detail |
---|
public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, java.lang.String propertyName, java.lang.Object data) throws org.eclipse.core.runtime.CoreException
setInitializationData
in interface org.eclipse.core.runtime.IExecutableExtension
org.eclipse.core.runtime.CoreException
protected void createFiles() throws org.eclipse.core.runtime.CoreException, java.io.IOException
createFiles
in class ProjectWizard
org.eclipse.core.runtime.CoreException
java.io.IOException
protected java.util.List<java.lang.String> getBuilders()
getBuilders
in class ProjectWizard
protected java.util.List<java.lang.String> getNatures()
getNatures
in class ProjectWizard
protected java.util.Set<java.lang.String> getImportsForManifest()
CONF_EXTPOINT_ID
to make all wizards with a
certain ID behave more specifically if the extending Plug-in is present.
protected java.util.Set<java.lang.String> getDependenciesForManifest()
CONF_EXTPOINT_ID
to make all wizards with a
certain ID behave more specifically if the extending Plug-in is present.
protected java.lang.String getWizardId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |