| org.eclipse.pde.ui.templates.AbstractNewPluginTemplateWizard org.eclipse.pde.ui.templates.NewPluginTemplateWizard
All known Subclasses: org.eclipse.pde.internal.ui.templates.ide.MultiPageEditorNewWizard, org.eclipse.pde.internal.ui.templates.osgi.HelloOSGiNewWizard, org.eclipse.pde.internal.ui.templates.rcp.HelloNonUIRCPNewWizard, org.eclipse.pde.internal.ui.templates.ide.EditorNewWizard, org.eclipse.pde.internal.ui.templates.ide.HelloWorldNewWizard, org.eclipse.pde.internal.ui.templates.rcp.ViewRCPNewWizard, org.eclipse.pde.internal.ui.templates.rcp.MailNewWizard, org.eclipse.pde.internal.ui.templates.rcp.IntroNewWizard, org.eclipse.pde.internal.ui.templates.osgi.HelloOSGiServiceNewWizard, org.eclipse.pde.internal.ui.templates.ide.ViewNewWizard, org.eclipse.pde.internal.ui.templates.ide.PropertyPageNewWizard, org.eclipse.pde.internal.ui.templates.ide.PopupMenuNewWizard, org.eclipse.pde.internal.ui.templates.rcp.HelloRCPNewWizard, org.eclipse.pde.internal.ui.templates.ide.BuilderNewWizard, org.eclipse.pde.internal.ui.templates.osgi.OSGiPreferencesServiceNewWizard, org.eclipse.pde.internal.ui.templates.osgi.OSGiSimpleLogServiceNewWizard, org.eclipse.pde.internal.ui.templates.ide.HelloWorldCmdNewWizard, org.eclipse.pde.internal.ui.templates.ide.HelpNewWizard,
NewPluginTemplateWizard | abstract public class NewPluginTemplateWizard extends AbstractNewPluginTemplateWizard (Code) | | This wizard should be used as a base class for wizards that generate plug-in
content using a closed set of templates. These wizards are loaded during new
plug-in or fragment creation and are used to provide initial content (Java
classes, directories/files and extensions).
The list of templates is fixed. It must be known in advance so that the
required wizard pages can be created. Upon finish, the template sections are
executed in the order of creation.
since: 2.0 |
NewPluginTemplateWizard | public NewPluginTemplateWizard()(Code) | | Creates a new template wizard.
|
addAdditionalPages | final protected void addAdditionalPages()(Code) | | Implemented by asking templates in this wizard to contribute pages.
|
createTemplateSections | abstract public ITemplateSection[] createTemplateSections()(Code) | | Subclasses are required to implement this method by creating templates
that will appear in this wizard.
an array of template sections that will appear in this wizard. |
getTemplateSections | final public ITemplateSection[] getTemplateSections()(Code) | | Returns templates that appear in this section.
an array of templates |
|
|