Index
All Classes and Interfaces|All Packages|Constant Field Values
F
- fAllBundles - Variable in class org.eclipse.pde.launching.EquinoxLaunchConfiguration
- fChoices - Variable in class org.eclipse.pde.ui.templates.AbstractChoiceOption
- fConfigDir - Variable in class org.eclipse.pde.launching.AbstractPDELaunchConfiguration
- fConfigDir - Variable in class org.eclipse.pde.launching.JUnitLaunchConfigurationDelegate
-
Caches the configuration directory when a launch is started
- fDataBlock - Variable in class org.eclipse.pde.ui.launcher.MainTab
- FEATURE_DEFAULT_LOCATION - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
- FEATURE_FILENAME_DESCRIPTOR - Static variable in interface org.eclipse.pde.build.Constants
-
Constant for the string
feature.xml
- FEATURE_PLUGIN_RESOLUTION - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
- fExternalEntries - Variable in class org.eclipse.pde.core.plugin.ModelEntry
-
The list of external models with the same entry ID
- fill(Control, int) - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
- findEntry(String) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Returns a model entry containing all workspace and target plug-ins by the given ID
- findLaunchConfiguration(String) - Method in class org.eclipse.pde.ui.launcher.AbstractLaunchShortcut
-
This method first tries to locate existing launch configurations that are suitable for the application or framework being launched.
- findLaunchConfiguration(String) - Method in class org.eclipse.pde.ui.launcher.EclipseLaunchShortcut
- findModel(String) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Returns the plug-in model for the best match plug-in with the given ID.
- findModel(String, String, int, PluginRegistry.PluginFilter) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.
- findModel(String, String, VersionMatchRule) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Returns a model matching the given id, version, match rule, or
null
if none. - findModel(String, VersionRange, PluginRegistry.PluginFilter) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.If no filter is passed use
PluginRegistry.findModel(String, VersionRange)
, else filter theStream
returned byPluginRegistry.findModels(String, VersionRange)
. - findModel(String, VersionRange) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Returns a model matching the given id, version range, or
null
if none. - findModel(IProject) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Returns the plug-in model corresponding to the given project, or
null
if the project does not represent a plug-in project or if it contains a manifest file that is malformed or missing vital information. - findModel(BundleDescription) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Instead use
PluginRegistry.findModel(Resource)
- findModel(Resource) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Returns a plug-in model associated with the given resource
- findModels(String, String, int, PluginRegistry.PluginFilter) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Instead use
PluginRegistry.findModels(String, String, VersionMatchRule)
and filter the returnedStream
if a filter is passed. - findModels(String, String, VersionMatchRule) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Returns all models matching the given id, version and match rule sorted by descending version.
- findModels(String, VersionRange, PluginRegistry.PluginFilter) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Deprecated, for removal: This API element is subject to removal in a future version.Instead use
PluginRegistry.findModels(String, VersionRange)
and filter the returnedStream
if a filter is passed. - findModels(String, VersionRange) - Static method in class org.eclipse.pde.core.plugin.PluginRegistry
-
Returns all models matching the given id and version range sorted by descending version.
- fInfo - Variable in class org.eclipse.pde.core.target.TargetBundle
- fireModelChanged(IModelChangedEvent) - Method in interface org.eclipse.pde.core.IModelChangeProvider
-
Delivers change event to all the registered listeners.
- fireModelObjectChanged(Object, String, Object, Object) - Method in interface org.eclipse.pde.core.IModelChangeProvider
-
Notifies listeners that a property of a model object changed.
- fIsFragment - Variable in class org.eclipse.pde.core.target.TargetBundle
- fJreBlock - Variable in class org.eclipse.pde.ui.launcher.MainTab
- flagMissingRequiredOption(TemplateOption) - Method in class org.eclipse.pde.ui.templates.OptionTemplateSection
-
Locates the page that this option is presented in and flags that the option is required and is currently not set.
- fProgramBlock - Variable in class org.eclipse.pde.ui.launcher.MainTab
- FRAGMENT_FILENAME_DESCRIPTOR - Static variable in interface org.eclipse.pde.build.Constants
-
Constant for the string
fragment.xml
- friends() - Method in interface org.eclipse.pde.core.project.IPackageExportDescription
-
Returns the declared friends of this package.
- fromPortableString(String) - Static method in class org.eclipse.pde.core.target.NameVersionDescriptor
-
Creates a descriptor from a portable string.
- fSourcePath - Variable in class org.eclipse.pde.core.target.TargetBundle
- fSourceTarget - Variable in class org.eclipse.pde.core.target.TargetBundle
- fWorkspaceEntries - Variable in class org.eclipse.pde.core.plugin.ModelEntry
-
The list of workspace models with the same entry ID
All Classes and Interfaces|All Packages|Constant Field Values
PluginRegistry.findModel(String, String, VersionMatchRule)
, else filter theStream
returned byPluginRegistry.findModels(String, String, VersionMatchRule)
.