Package | Description |
---|---|
org.eclipse.pde.ui.templates |
Application programming interfaces for contributing to and extending PDE project templates.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionTemplateSection
This class adds some conventions to the class it is based on.
|
Modifier and Type | Method and Description |
---|---|
BaseOptionTemplateSection |
TemplateField.getSection()
Returns the template section that owns this option field.
|
Constructor and Description |
---|
AbstractChoiceOption(BaseOptionTemplateSection section,
String name,
String label,
String[][] choices)
Constructor for AbstractChoiceOption.
|
BlankField(BaseOptionTemplateSection section)
The default constructor.
|
BlankField(BaseOptionTemplateSection section,
int height)
Overloaded constructor to specify the height of the blank field.
|
BooleanOption(BaseOptionTemplateSection section,
String name,
String label)
The constructor of the option.
|
ChoiceOption(BaseOptionTemplateSection section,
String name,
String label,
String[][] choices)
Deprecated.
Constructor for ChoiceOption.
|
ComboChoiceOption(BaseOptionTemplateSection section,
String name,
String label,
String[][] choices)
Constructor for ComboChoiceOption.
|
OptionTemplateWizardPage(BaseOptionTemplateSection section,
ArrayList<?> options,
String helpContextId)
The constructor.
|
RadioChoiceOption(BaseOptionTemplateSection section,
String name,
String label,
String[][] choices)
Constructor for RadioChoiceOption.
|
StringOption(BaseOptionTemplateSection section,
String name,
String label)
The constructor.
|
TemplateField(BaseOptionTemplateSection section,
String label)
The constructor for the field.
|
TemplateOption(BaseOptionTemplateSection section,
String name,
String label)
Creates a new option for the provided template section.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.