org.eclipse.pde.ui.templates |
|
Java Source File Name | Type | Comment |
AbstractChoiceOption.java | Class | Abstract implementation of the TemplateOption that allows users to choose a value from
the fixed set of options. |
AbstractNewPluginTemplateWizard.java | Class | This class is used as a common base for plug-in content wizards that are
implemented using PDE template support. |
AbstractTemplateSection.java | Class | Common function for template sections. |
BaseOptionTemplateSection.java | Class | This class adds a notion of options to the default template section
implementation. |
BlankField.java | Class | This template option can be used to create blank space on the
template section wizard page. |
BooleanOption.java | Class | This implementation of the TemplateOption can be used to represent options
that are boolean choices. |
ChoiceOption.java | Class | Implementation of the TemplateOption that allows users to choose a value from
the fixed set of options. |
ComboChoiceOption.java | Class | Implementation of the AbstractTemplateOption that allows users to choose a value from
the fixed set of options using a combo box. |
ITemplateSection.java | Interface | This interface represents a section of the template wizard that generates a
new extension or plug-in. |
IVariableProvider.java | Interface | The classes that implement this interface are responsible for providing value
of variables when asked. |
NewPluginTemplateWizard.java | Class | This wizard should be used as a base class for wizards that generate plug-in
content using a closed set of templates. |
OptionTemplateSection.java | Class | This class adds some conventions to the class it is based on. |
OptionTemplateWizardPage.java | Class | An implementation of the standard wizard page that creates its contents from
the list of template options. |
RadioChoiceOption.java | Class | Implementation of the AbstractTemplateOption that allows users to choose a value from
the fixed set of options using radio buttons. |
StringOption.java | Class | This template option can be used to collect string option from the user in
the template section wizard page. |
TemplateField.java | Class | The base class for all the template option fields. |
TemplateOption.java | Class | The base class of all the template options. |