Uses of Interface
org.eclipse.pde.ui.templates.ITemplateSection
-
Packages that use ITemplateSection Package Description org.eclipse.pde.ui.templates Application programming interfaces for contributing to and extending PDE project templates. -
-
Uses of ITemplateSection in org.eclipse.pde.ui.templates
Classes in org.eclipse.pde.ui.templates that implement ITemplateSection Modifier and Type Class Description class
AbstractTemplateSection
Common function for template sections.class
BaseOptionTemplateSection
This class adds a notion of options to the default template section implementation.class
OptionTemplateSection
This class adds some conventions to the class it is based on.Methods in org.eclipse.pde.ui.templates that return ITemplateSection Modifier and Type Method Description abstract 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.ITemplateSection[]
NewPluginTemplateWizard. getTemplateSections()
Returns templates that appear in this section.
-