Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abort(String, Throwable, int) - Method in class org.eclipse.pde.launching.JUnitLaunchConfigurationDelegate
- AbstractChoiceOption - Class in org.eclipse.pde.ui.templates
-
Abstract implementation of the TemplateOption that allows users to choose a value from the fixed set of options.
- AbstractChoiceOption(BaseOptionTemplateSection, String, String, String[][]) - Constructor for class org.eclipse.pde.ui.templates.AbstractChoiceOption
-
Constructor for AbstractChoiceOption.
- AbstractLauncherTab - Class in org.eclipse.pde.ui.launcher
-
An abstract class subclassed by all PDE tabs.
- AbstractLauncherTab() - Constructor for class org.eclipse.pde.ui.launcher.AbstractLauncherTab
- AbstractLaunchShortcut - Class in org.eclipse.pde.ui.launcher
-
An abstract class subclassed by the Eclipse Application and OSGi Framework launch shortcuts.
- AbstractLaunchShortcut() - Constructor for class org.eclipse.pde.ui.launcher.AbstractLaunchShortcut
- AbstractNewPluginTemplateWizard - Class in org.eclipse.pde.ui.templates
-
This class is used as a common base for plug-in content wizards that are implemented using PDE template support.
- AbstractNewPluginTemplateWizard() - Constructor for class org.eclipse.pde.ui.templates.AbstractNewPluginTemplateWizard
-
Creates a new template wizard.
- AbstractPDELaunchConfiguration - Class in org.eclipse.pde.launching
-
An abstract launch delegate for PDE-based launch configurations
- AbstractPDELaunchConfiguration() - Constructor for class org.eclipse.pde.launching.AbstractPDELaunchConfiguration
- AbstractPDELaunchConfigurationTabGroup - Class in org.eclipse.pde.ui.launcher
-
An abstract class subclassed by the Eclipse application and JUnit Plug-in launch configuration tab groups.
- AbstractPDELaunchConfigurationTabGroup() - Constructor for class org.eclipse.pde.ui.launcher.AbstractPDELaunchConfigurationTabGroup
- AbstractTemplateSection - Class in org.eclipse.pde.ui.templates
-
Common function for template sections.
- AbstractTemplateSection() - Constructor for class org.eclipse.pde.ui.templates.AbstractTemplateSection
- accept(IPluginModelBase) - Method in class org.eclipse.pde.core.plugin.PluginRegistry.PluginFilter
-
Deprecated.Returns whether the given model is accepted by this filter.
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.AbstractLauncherTab
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.BundlesTab
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.TestTab
- activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.TracingTab
- add(int, IPluginObject) - Method in interface org.eclipse.pde.core.plugin.IPluginParent
-
Adds a child object at the specified index.
- add(IBuildEntry) - Method in interface org.eclipse.pde.core.build.IBuild
-
Adds a new build entry.
- add(IPluginExtension) - Method in interface org.eclipse.pde.core.plugin.IExtensions
-
Adds a new extension to this object.
- add(IPluginExtensionPoint) - Method in interface org.eclipse.pde.core.plugin.IExtensions
-
Adds a new extension point to this object.
- add(IPluginImport) - Method in interface org.eclipse.pde.core.plugin.IPluginBase
-
Adds a new plug-in import to this plugin.
- add(IPluginLibrary) - Method in interface org.eclipse.pde.core.plugin.IPluginBase
-
Adds a new library to this plugin.
- add(IPluginObject) - Method in interface org.eclipse.pde.core.plugin.IPluginParent
-
Adds a child object.
- addAdditionalPages() - Method in class org.eclipse.pde.ui.templates.AbstractNewPluginTemplateWizard
-
This wizard adds a mandatory first page.
- addAdditionalPages() - Method in class org.eclipse.pde.ui.templates.NewPluginTemplateWizard
-
Implemented by asking templates in this wizard to contribute pages.
- addBlankField(int) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Adds a blank field with a default height to provide spacing.
- addBlankField(int, int) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Adds a blank field with a specific height to provide spacing.
- addComboChoiceOption(String, String, String[][], String, int) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Force a combo choice representation.
- addContentFilter(String) - Method in interface org.eclipse.pde.core.plugin.IPluginLibrary
-
Export a particular package in a library.
- ADDITIONAL_PLUGINS - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
- addModelChangedListener(IModelChangedListener) - Method in interface org.eclipse.pde.core.IModelChangeProvider
-
Adds the listener to the list of listeners that will be notified on model changes.
- addOption(String, String, boolean, int) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Adds a boolean option with a provided name, label and initial value.
- addOption(String, String, String[][], String, int) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Adds a choice option with a provided name, label, list of choices and the initial value (choice).
- addOption(String, String, String, int) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Adds a string option with a provided name, label and initial value.
- addPages() - Method in class org.eclipse.pde.ui.templates.AbstractNewPluginTemplateWizard
-
Implements wizard method.
- addPages() - Method in class org.eclipse.pde.ui.templates.NewPluginProjectFromTemplateWizard
- addPages(Wizard) - Method in class org.eclipse.pde.ui.templates.AbstractTemplateSection
- addPages(Wizard) - Method in interface org.eclipse.pde.ui.templates.ITemplateSection
-
Adds template-related pages to the wizard.
- addTargets(IAntScript) - Method in interface org.eclipse.pde.build.IFetchFactory
-
This methods give opportunities to the factory to generate target declaration or other Ant top level constructs in the script.
- addToken(String) - Method in interface org.eclipse.pde.core.build.IBuildEntry
-
Adds the token to the list of token for this entry.
- APP_TO_TEST - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key used in Plug-in JUnit launch configurations only.
- APPLICATION - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
- apply(IProgressMonitor) - Method in interface org.eclipse.pde.core.project.IBundleProjectDescription
-
Creates or modifies a bundle project and associated artifacts based current settings.
- applyData(Object) - Method in class org.eclipse.pde.ui.launcher.MainTab
-
Applies the given data to this page.
- ASKCLEAR - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
- AUTOMATIC_ADD - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
- AUTOMATIC_INCLUDE_REQUIREMENTS - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
- AUTOMATIC_VALIDATE - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
All Classes and Interfaces|All Packages|Constant Field Values