Uses of Class
org.eclipse.pde.ui.templates.TemplateField
Package
Description
Application programming interfaces for contributing to and extending PDE project templates.
-
Uses of TemplateField in org.eclipse.pde.ui.templates
Modifier and TypeClassDescriptionclass
Abstract implementation of the TemplateOption that allows users to choose a value from the fixed set of options.class
This template option can be used to create blank space on the template section wizard page.class
This implementation of the TemplateOption can be used to represent options that are boolean choices.class
Deprecated.class
Implementation of the AbstractTemplateOption that allows users to choose a value from the fixed set of options using a combo box.class
Implementation of the AbstractTemplateOption that allows users to choose a value from the fixed set of options using radio buttons.class
This template option can be used to collect string option from the user in the template section wizard page.class
The base class of all the template options.
RadioChoiceOption
andComboChoiceOption