|
Eclipse PDE Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseOptionTemplateSection | |
org.eclipse.pde.ui.templates |
Uses of BaseOptionTemplateSection in org.eclipse.pde.ui.templates |
Subclasses of BaseOptionTemplateSection in org.eclipse.pde.ui.templates | |
class |
OptionTemplateSection
This class adds some conventions to the class it is based on. |
Methods in org.eclipse.pde.ui.templates that return BaseOptionTemplateSection | |
BaseOptionTemplateSection |
TemplateField.getSection()
Returns the template section that owns this option field. |
Constructors in org.eclipse.pde.ui.templates with parameters of type BaseOptionTemplateSection | |
TemplateOption(BaseOptionTemplateSection section,
String name,
String label)
Creates a new option for the provided template section. |
|
TemplateField(BaseOptionTemplateSection section,
String label)
The constructor for the field. |
|
StringOption(BaseOptionTemplateSection section,
String name,
String label)
The constructor. |
|
OptionTemplateWizardPage(BaseOptionTemplateSection section,
ArrayList options,
String helpContextId)
The constructor. |
|
ChoiceOption(BaseOptionTemplateSection section,
String name,
String label,
String[][] choices)
Constructor for ChoiceOption. |
|
BooleanOption(BaseOptionTemplateSection section,
String name,
String label)
The constructor of the option. |
|
Eclipse PDE Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |