Uses of Interface
org.eclipse.pde.ui.templates.ITemplateSection
Package
Description
Application programming interfaces for contributing to and extending PDE project templates.
-
Uses of ITemplateSection in org.eclipse.pde.ui.templates
Modifier and TypeClassDescriptionclass
Common function for template sections.class
This class adds a notion of options to the default template section implementation.class
This class adds some conventions to the class it is based on.Modifier and TypeMethodDescriptionabstract ITemplateSection[]
NewPluginTemplateWizard.createTemplateSections()
Subclasses are required to implement this method by creating templates that will appear in this wizard.abstract ITemplateSection[]
AbstractNewPluginTemplateWizard.getTemplateSections()
Returns the template sections used in this wizard.final ITemplateSection[]
NewPluginTemplateWizard.getTemplateSections()
Returns templates that appear in this section.