Class Summary |
AbstractNewPluginTemplateWizard |
This class is used as a common base for plug-in content wizards that are
implemented using PDE template support. |
AbstractTemplateSection |
Common function for template sections. |
BaseOptionTemplateSection |
This class adds a notion of options to the default template section
implementation. |
BooleanOption |
This implementation of the TemplateOption can be used to represent options
that are boolean choices. |
ChoiceOption |
Implementation of the TemplateOption that allows users to choose a value from
the fixed set of options. |
NewPluginTemplateWizard |
This wizard should be used as a base class for wizards that generate plug-in
content using a closed set of templates. |
OptionTemplateSection |
This class adds some conventions to the class it is based on. |
OptionTemplateWizardPage |
An implementation of the standard wizard page that creates its contents from
the list of template options. |
StringOption |
This template option can be used to collect string option from the user in
the template section wizard page. |
TemplateField |
The base class for all the template option fields. |
TemplateOption |
The base class of all the template options. |