- CHANGE - Static variable in interface org.eclipse.pde.core.IModelChangedEvent
-
indicates that a model object's property has been changed.
- ChoiceOption - Class in org.eclipse.pde.ui.templates
-
- ChoiceOption(BaseOptionTemplateSection, String, String, String[][]) - Constructor for class org.eclipse.pde.ui.templates.ChoiceOption
-
Deprecated.
Constructor for ChoiceOption.
- CODE - Static variable in interface org.eclipse.pde.core.plugin.IPluginLibrary
-
A library type indicating the library contains code.
- ComboChoiceOption - Class in org.eclipse.pde.ui.templates
-
Implementation of the AbstractTemplateOption that allows users to choose a value from
the fixed set of options using a combo box.
- ComboChoiceOption(BaseOptionTemplateSection, String, String, String[][]) - Constructor for class org.eclipse.pde.ui.templates.ComboChoiceOption
-
Constructor for ComboChoiceOption.
- COMPATIBLE - Static variable in interface org.eclipse.pde.core.plugin.IMatchRules
-
A match that is compatible with the required version.
- CONFIG_CLEAR_AREA - Static variable in interface org.eclipse.pde.ui.launcher.IPDELauncherConstants
-
Launch configuration attribute key.
- CONFIG_GENERATE_DEFAULT - Static variable in interface org.eclipse.pde.ui.launcher.IPDELauncherConstants
-
Launch configuration atribute key.
- CONFIG_LOCATION - Static variable in interface org.eclipse.pde.ui.launcher.IPDELauncherConstants
-
Launch configuration attribute key.
- CONFIG_TEMPLATE_LOCATION - Static variable in interface org.eclipse.pde.ui.launcher.IPDELauncherConstants
-
Launch configuration attribute key.
- CONFIG_USE_DEFAULT_AREA - Static variable in interface org.eclipse.pde.ui.launcher.IPDELauncherConstants
-
Launch configuration attribute key.
- ConfigurationTab - Class in org.eclipse.pde.ui.launcher
-
A launch configuration tab that displays and edits the configuration area
location and template for a PDE launch configuration.
- ConfigurationTab() - Constructor for class org.eclipse.pde.ui.launcher.ConfigurationTab
-
Constructor.
- ConfigurationTab(boolean) - Constructor for class org.eclipse.pde.ui.launcher.ConfigurationTab
-
Constructor
- Constants - Interface in org.eclipse.pde.build
-
Constants for the files usually manipulated by the fetch factory.
- contains(String) - Method in interface org.eclipse.pde.core.build.IBuildEntry
-
Returns true if the provided token exists in this entry.
- createAttribute(IPluginElement) - Method in interface org.eclipse.pde.core.plugin.IExtensionsModelFactory
-
Creates a new attribute instance for the
provided element.
- createComposite(Composite, int) - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
-
- createControl(Composite) - Method in class org.eclipse.pde.ui.launcher.ConfigurationTab
-
- createControl(Composite) - Method in class org.eclipse.pde.ui.launcher.EquinoxPluginsTab
-
- createControl(Composite) - Method in class org.eclipse.pde.ui.launcher.EquinoxSettingsTab
-
- createControl(Composite) - Method in class org.eclipse.pde.ui.launcher.MainTab
-
- createControl(Composite) - Method in class org.eclipse.pde.ui.launcher.PluginsTab
-
- createControl(Composite) - Method in class org.eclipse.pde.ui.launcher.TracingTab
-
- createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates.BlankField
-
Creates a blank field using a label widget.
- createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates.BooleanOption
-
Creates the boolean option control.
- createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates.ChoiceOption
-
Deprecated.
- createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates.ComboChoiceOption
-
- createControl(Composite) - Method in class org.eclipse.pde.ui.templates.OptionTemplateWizardPage
-
Creates the page control by creating individual options in the order
subject to their position in the list.'
- createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates.RadioChoiceOption
-
- createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates.StringOption
-
Creates the string option control.
- createControl(Composite, int) - Method in class org.eclipse.pde.ui.templates.TemplateField
-
Subclasses must implement this method to create the control of the
template field.
- createCopy() - Method in interface org.eclipse.pde.core.plugin.IPluginElement
-
Creates an identical copy of this XML element.
- createElement(IPluginObject) - Method in interface org.eclipse.pde.core.plugin.IExtensionsModelFactory
-
Creates a new element instance for the
provided parent.
- createEntry(String) - Method in interface org.eclipse.pde.core.build.IBuildModelFactory
-
Creates a new build entry with
the provided name.
- createExtension() - Method in interface org.eclipse.pde.core.plugin.IExtensionsModelFactory
-
Creates a new extension instance.
- createExtension(String, boolean) - Method in class org.eclipse.pde.ui.templates.AbstractTemplateSection
-
A utility method to create an extension object for the plug-in model from
the provided extension point id.
- createExtensionPoint() - Method in interface org.eclipse.pde.core.plugin.IExtensionsModelFactory
-
Creates a new extension point instance
- createImport() - Method in interface org.eclipse.pde.core.plugin.IPluginModelFactory
-
Creates a new plug-in import
- createLabel(Composite, int) - Method in class org.eclipse.pde.ui.templates.TemplateField
-
Factory method that creates the label in the provided parent.
- createLibrary() - Method in interface org.eclipse.pde.core.plugin.IPluginModelFactory
-
Creates a new library instance
- createPage(int) - Method in class org.eclipse.pde.ui.templates.OptionTemplateSection
-
Creates the wizard page for the specified page index.
- createPage(int, String) - Method in class org.eclipse.pde.ui.templates.OptionTemplateSection
-
Creates the wizard page for the specified page index.
- createPluginBase() - Method in interface org.eclipse.pde.core.plugin.IPluginModelBase
-
Creates and return a top-level plugin model object
- createProgramBlock() - Method in class org.eclipse.pde.ui.launcher.MainTab
-
Creates the Program To Run group on the tab
- createProgramBlock() - Method in class org.eclipse.pde.ui.launcher.PluginJUnitMainTab
-
Overrides the implementation of the basis MainTab.
- createStartingSpace(Composite, int) - Method in class org.eclipse.pde.ui.launcher.AbstractLauncherTab
-
Creates an empty label and hence a space in the tab
- createTemplateSections() - Method in class org.eclipse.pde.ui.templates.NewPluginTemplateWizard
-
Subclasses are required to implement this method by creating templates
that will appear in this wizard.