Index
All Classes and Interfaces|All Packages|Constant Field Values
I
- IAntScript - Interface in org.eclipse.pde.build
-
Interface providing helper methods to produce Ant scripts.
- IBaseModel - Interface in org.eclipse.pde.core
-
A base generic model.
- IBasePluginWizard - Interface in org.eclipse.pde.ui
-
This is a tagging interface that should be implemented by all wizards that are plugged into one of PDE extension points.
- IBuild - Interface in org.eclipse.pde.core.build
-
The top-level model object of the model that is created from
build.properties
file. - IBuildEntry - Interface in org.eclipse.pde.core.build
-
Jar entry represents one 'library=folder list' entry in plugin.jars file.
- IBuildModel - Interface in org.eclipse.pde.core.build
-
This model is created from the
build.properties
file that defines what source folders in the plug-in are to be used to build require plug-in Jars. - IBuildModelFactory - Interface in org.eclipse.pde.core.build
-
This model factory should be used to create new instances of plugin.jars model objects.
- IBundleClasspathEntry - Interface in org.eclipse.pde.core.project
-
Specifies the origin of source, class files, and/or archive for an entry on the Bundle-Classpath header.
- IBundleClasspathResolver - Interface in org.eclipse.pde.core
-
Resolves dynamically generated bundle classpath entries in the context of a java project.
- IBundleContentWizard - Interface in org.eclipse.pde.ui
-
Classes that implement this interface are contributed via the extension point
org.eclipse.pde.ui.pluginContent
. - IBundleProjectDescription - Interface in org.eclipse.pde.core.project
-
Describes a project representing an OSGi bundle.
- IBundleProjectService - Interface in org.eclipse.pde.core.project
-
Service used to create and configure bundle project descriptions.
- IClasspathContributor - Interface in org.eclipse.pde.core
-
Implementors of this interface can contribute additional
IClasspathEntry
to a plug-in project as the classpath is computed. - ID - Static variable in class org.eclipse.pde.launching.PDESourcePathProvider
-
The ID of this source lookup path provider
- IEditable - Interface in org.eclipse.pde.core
-
Models that implement this interface indicate that they can be changed.
- IEditableModel - Interface in org.eclipse.pde.core
-
Editable model is an editable object that can be saved.
- IExtensionEditorWizard - Interface in org.eclipse.pde.ui
-
An interface for extension editor wizards.
- IExtensions - Interface in org.eclipse.pde.core.plugin
-
A model object that contains the portion of the plug-in model responsible for extensions and extension points.
- IExtensionsModel - Interface in org.eclipse.pde.core.plugin
-
This type of model is created by parsing the manifest file.
- IExtensionsModelFactory - Interface in org.eclipse.pde.core.plugin
-
This factory should be used to create instances of the extensions model objects.
- IExtensionWizard - Interface in org.eclipse.pde.ui
-
An interface for extension wizards.
- IFetchFactory - Interface in org.eclipse.pde.build
-
Interface to be implemented by clients of the
org.eclipse.pde.build.fetchFactories
extension-point. - IFieldData - Interface in org.eclipse.pde.ui
-
The class that implements this interface is used to provide information captured in the 'New Plug-in Project' wizard pages as entered by the user.
- IFragment - Interface in org.eclipse.pde.core.plugin
-
A model object that represents the content of the fragment.xml file.
- IFragmentFieldData - Interface in org.eclipse.pde.ui
-
In addition to field data from the 'New Project' wizard pages, this interface provides choices made by the user that are unique to creating a new fragment project.
- IFragmentModel - Interface in org.eclipse.pde.core.plugin
-
This type of model is created by parsing the manifest file.
- IHostDescription - Interface in org.eclipse.pde.core.project
-
Describes a fragment host.
- IIdentifiable - Interface in org.eclipse.pde.core
-
Classes implement this interface if their instances need to be uniquely identified using an id.
- IMatchRules - Interface in org.eclipse.pde.core.plugin
-
This interface contains constants used throughout the plug-in for plug-in reference matching.
- IModel - Interface in org.eclipse.pde.core
-
A generic model.
- IModelChangedEvent - Interface in org.eclipse.pde.core
-
Model change events are fired by the model when it is changed from the last clean state.
- IModelChangedListener - Interface in org.eclipse.pde.core
-
Classes that need to be notified on model changes should implement this interface and add themselves as listeners to the model they want to listen to.
- IModelChangeProvider - Interface in org.eclipse.pde.core
-
Classes that implement this interface are capable of notifying listeners about model changes.
- IModelProviderEvent - Interface in org.eclipse.pde.core
-
This event will be delivered to all model provider listeners when a model managed by the model provider changes in some way.
- IModelProviderListener - Interface in org.eclipse.pde.core
-
Classes should implement this interface in order to be able to register as model provider listeners.
- INCLUDE_OPTIONAL - Static variable in interface org.eclipse.pde.launching.IPDELauncherConstants
-
Launch configuration attribute key.
- incrementIdent() - Method in interface org.eclipse.pde.build.IAntScript
-
Increment the nesting level
- init(IProject, IPluginModelBase) - Method in interface org.eclipse.pde.ui.IExtensionWizard
-
Initializes the wizard with the project of the plug-in and the model object for the plug-in manifest file.
- init(IProject, IPluginModelBase, IStructuredSelection) - Method in interface org.eclipse.pde.ui.IExtensionEditorWizard
-
Initializes the wizard with the project of the plug-in and the model object for the plug-in manifest file.
- init(IFieldData) - Method in interface org.eclipse.pde.ui.IPluginContentWizard
-
Initializes the wizard with the data collected from the parent wizard pages.
- init(IFieldData) - Method in class org.eclipse.pde.ui.templates.AbstractNewPluginTemplateWizard
- initialize(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.launching.OSGiLaunchConfigurationInitializer
-
Initializes some attributes on a newly-created launch configuration
- initializeAttributes() - Method in class org.eclipse.pde.ui.launcher.ConfigurationTab
- initializeAttributes() - Method in class org.eclipse.pde.ui.launcher.MainTab
- initializeAttributes() - Method in class org.eclipse.pde.ui.launcher.PluginsTab
- initializeAttributes() - Method in class org.eclipse.pde.ui.launcher.TracingTab
- initializeBundleState(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.launching.OSGiLaunchConfigurationInitializer
-
Initializes the checked/unchecked state of bundles
- initializeConfiguration(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.AbstractLaunchShortcut
-
Initialize launch attributes on the new launch configuration.
- initializeConfiguration(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.EclipseLaunchShortcut
-
Initializes a new Eclipse Application launch configuration with defaults based on the current selection: If there is no selection or the selected project is a plug-in that does not declare an application, the default product is launched. If the selected project is a plug-in that declares an application, then that application is launched. If the selected project is a plug-in that declares more than one application, then the user is presented with a list of choices to choose from. Once an application is chosen, the plug-in is searched to see if there is a product bound to this application.
- initializeConfiguration(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.ui.launcher.OSGiLaunchShortcut
-
Delegates to the initializer associated with the selected OSGI framework to initialize the launch configuration
- initializeFields(IPluginModelBase) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Initializes options in the wizard page using the data provided by the method parameters.
- initializeFields(IFieldData) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Initializes options in the wizard page using the data provided by the method parameters.
- initializeFrameworkDefaults(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.launching.OSGiLaunchConfigurationInitializer
-
Initializes the start level and auto-start attributes
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.AbstractPDELaunchConfigurationTabGroup
-
The tab group delegates to all tabs in the group.
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.BundlesTab
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.ConfigurationTab
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.MainTab
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.OSGiLauncherTabGroup
-
The tab group delegates to all tabs in the group.
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.OSGiSettingsTab
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.PluginJUnitMainTab
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.PluginsTab
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.TestTab
- initializeFrom(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.TracingTab
- initializeOption(String, Object) - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Initializes the option with a given unique name with the provided value.
- initializeSourcePathProvider(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.pde.launching.OSGiLaunchConfigurationInitializer
-
Sets the source provider ID
- INSERT - Static variable in interface org.eclipse.pde.core.IModelChangedEvent
-
Indicates a change where one or more objects are added to the model.
- IPackageExportDescription - Interface in org.eclipse.pde.core.project
-
Describes a package export.
- IPackageImportDescription - Interface in org.eclipse.pde.core.project
-
Describes a package import.
- IPDELauncherConstants - Interface in org.eclipse.pde.launching
-
Constant definitions for PDE launch configurations.
- IPlugin - Interface in org.eclipse.pde.core.plugin
-
A model object that represents the content of the plugin.xml file.
- IPluginAttribute - Interface in org.eclipse.pde.core.plugin
-
An attribute of XML elements found in the plug-in.
- IPluginBase - Interface in org.eclipse.pde.core.plugin
-
A model object that represents the content of a plug-in or fragment manifest.
- IPluginContentWizard - Interface in org.eclipse.pde.ui
-
Classes that implement this interface are contributed via the extension point
org.eclipse.pde.ui.pluginContent
. - IPluginElement - Interface in org.eclipse.pde.core.plugin
-
Classes that implement this interface model the XML elements found in the plug-in model.
- IPluginExtension - Interface in org.eclipse.pde.core.plugin
-
Classes that implement this interface model the extension element found in the plug-in or fragment manifest.
- IPluginExtensionPoint - Interface in org.eclipse.pde.core.plugin
-
Classes that implement this interface model an extension point element specified in the plug-in manifest.
- IPluginFieldData - Interface in org.eclipse.pde.ui
-
In addition to field data from the 'New Project' wizard pages, this interface provides choices made by the user that are unique to creating a new plug-in project.
- IPluginImport - Interface in org.eclipse.pde.core.plugin
-
Objects that implement this interface represent references to required plug-ins.
- IPluginLibrary - Interface in org.eclipse.pde.core.plugin
-
The class that implements this interface represents a reference to the library that is defined in the plug-in manifest.
- IPluginModel - Interface in org.eclipse.pde.core.plugin
-
This type of model is created by parsing the manifest file.
- IPluginModelBase - Interface in org.eclipse.pde.core.plugin
-
This type of model is created by parsing the manifest file.
- IPluginModelFactory - Interface in org.eclipse.pde.core.plugin
-
This factory should be used to create instances of the plug-in model objects.
- IPluginObject - Interface in org.eclipse.pde.core.plugin
-
A base interface for all the objects in the plug-in model.
- IPluginParent - Interface in org.eclipse.pde.core.plugin
-
Classes that implement this interface are capable of containing other plug-in objects.
- IPluginReference - Interface in org.eclipse.pde.core.plugin
-
Objects that implement this interface represent references of plug-ins.
- IPluginSourcePathLocator - Interface in org.eclipse.pde.core
-
A plugin source path locator is capable of locating the path of the source for a given plugin.
- IRequiredBundleDescription - Interface in org.eclipse.pde.core.project
-
Describes a required bundle.
- isApi() - Method in interface org.eclipse.pde.core.project.IPackageExportDescription
-
Returns whether the package is exported as API, or is internal.
- isBlocked() - Method in class org.eclipse.pde.ui.templates.AbstractChoiceOption
- isDependentOnParentWizard() - Method in class org.eclipse.pde.ui.templates.BaseOptionTemplateSection
-
Returns true if this template depends on values set in the parent wizard.
- isDirty() - Method in interface org.eclipse.pde.core.IEditable
-
Tests whether the model has been changed from the last clean state.
- isDisposed() - Method in interface org.eclipse.pde.core.IBaseModel
-
Tests if this model has been disposed.
- isEditable() - Method in interface org.eclipse.pde.core.IBaseModel
-
Tests if this model can be modified.
- isEditable() - Method in interface org.eclipse.pde.core.IEditable
-
Tests whether the model marked as editable can be edited.
- isEmpty() - Method in class org.eclipse.pde.ui.templates.StringOption
-
A string option is empty if its text field contains no text.
- isEmpty() - Method in class org.eclipse.pde.ui.templates.TemplateOption
-
Returns whether this option is currently empty.
- isEnabled() - Method in interface org.eclipse.pde.core.plugin.IPluginModelBase
-
Returns true if this model is currently enabled.
- isEnabled() - Method in class org.eclipse.pde.ui.templates.TemplateOption
-
Returns whether this option is enabled.
- isEquinox() - Method in interface org.eclipse.pde.core.project.IBundleProjectDescription
-
Returns whether the described bundle is targeted for the Equinox OSGi framework.
- isExported() - Method in interface org.eclipse.pde.core.plugin.IPluginLibrary
-
Returns true if this library contains types that will be visible to other plug-ins.
- isExported() - Method in interface org.eclipse.pde.core.project.IRequiredBundleDescription
-
Returns whether the required bundle is re-exported.
- isExtensionRegistry() - Method in interface org.eclipse.pde.core.project.IBundleProjectDescription
-
Returns whether this bundle supports extension points and extensions via
IExtensionRegistry
support. - isFragment() - Method in class org.eclipse.pde.core.target.TargetBundle
-
Returns whether this bundle is a fragment.
- isFragmentModel() - Method in interface org.eclipse.pde.core.plugin.IPluginModelBase
-
Tests if this model is for the plug-in fragment.
- isFullyExported() - Method in interface org.eclipse.pde.core.plugin.IPluginLibrary
-
Returns true if all the types in this library will be visible to other plug-ins.
- isGoodMatch(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.AbstractLaunchShortcut
-
Determines whether a given launch configuration is a good match given the current application or framework being launched.
- isGoodMatch(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.EclipseLaunchShortcut
-
Returns a boolean value indicating whether the launch configuration is a good match for the application or product to launch.
- isGoodMatch(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.OSGiLaunchShortcut
- ISharedExtensionsModel - Interface in org.eclipse.pde.core.plugin
-
This type of model is created by parsing the plug-in manifest file but only takes the extensions and extension points into account.
- ISharedPluginModel - Interface in org.eclipse.pde.core.plugin
-
This type of model is created by parsing the manifest file.
- isInSync() - Method in interface org.eclipse.pde.core.IModel
-
Tests if this model is in sync with the storage object it was loaded from.
- isInTheModel() - Method in interface org.eclipse.pde.core.plugin.IPluginObject
-
Returns true if this object is currently part of a model.
- isLaunchProblem(IMarker) - Method in class org.eclipse.pde.launching.AbstractPDELaunchConfiguration
- isLegacy() - Method in interface org.eclipse.pde.ui.IFieldData
-
Legacy selection
- isLoaded() - Method in interface org.eclipse.pde.core.IModel
-
Tests if this model is loaded and can be used.
- isOkToCreateFile(File) - Method in class org.eclipse.pde.ui.templates.AbstractTemplateSection
-
Tests if the file found in the template location should be created in the target project.
- isOkToCreateFolder(File) - Method in class org.eclipse.pde.ui.templates.AbstractTemplateSection
-
Tests if the folder found in the template location should be created in the target project.
- isOptional() - Method in interface org.eclipse.pde.core.plugin.IPluginImport
-
Tests whether this import is optional.
- isOptional() - Method in interface org.eclipse.pde.core.project.IPackageImportDescription
-
Returns whether the package import is optional.
- isOptional() - Method in interface org.eclipse.pde.core.project.IRequiredBundleDescription
-
Returns whether the required bundle is optional.
- ISourceObject - Interface in org.eclipse.pde.core
-
This interface indicates that a model object is created by parsing an editable source file and can be traced back to a particular location in the file.
- isReconcilingModel() - Method in interface org.eclipse.pde.core.IModel
-
Returns whether this model needs to react to changes in source and reconcile them.
- isReexported() - Method in interface org.eclipse.pde.core.plugin.IPluginImport
-
Tests whether the imported plug-in is reexported for plug-ins that will use this plug-in.
- isRequired() - Method in class org.eclipse.pde.ui.templates.TemplateOption
-
Returns whether this option is required (cannot be empty)
- isResolved() - Method in interface org.eclipse.pde.core.target.ITargetDefinition
-
Returns whether all
ITargetLocation
s in this target currently in a resolved state. - isResolved() - Method in interface org.eclipse.pde.core.target.ITargetLocation
-
Returns whether this location has resolved all of its contents.
- isSelected() - Method in class org.eclipse.pde.ui.templates.BooleanOption
-
Returns the current state of the option.
- isSimple() - Method in interface org.eclipse.pde.ui.IFieldData
-
Simple project selection
- isSingleton() - Method in interface org.eclipse.pde.core.project.IBundleProjectDescription
-
Returns whether the described bundle is a singleton.
- isSourceBundle() - Method in class org.eclipse.pde.core.target.TargetBundle
-
Returns
true
if this bundle is a source bundle andfalse
if this bundle is an executable bundle. - isUIPlugin() - Method in interface org.eclipse.pde.ui.IPluginFieldData
-
UI plug-in selection.
- isValid() - Method in interface org.eclipse.pde.core.IBaseModel
-
Tests if this model valid.
- isValid() - Method in interface org.eclipse.pde.core.plugin.IPluginObject
-
Returns true if this object has all the required attributes set, false otherwise.
- isValid(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.AbstractLauncherTab
-
Returns whether the tab contains valid entries
- isValid(ILaunchConfiguration) - Method in class org.eclipse.pde.ui.launcher.TestTab
- ITargetDefinition - Interface in org.eclipse.pde.core.target
-
Defines a target platform.
- ITargetHandle - Interface in org.eclipse.pde.core.target
-
A handle to a target definition.
- ITargetLocation - Interface in org.eclipse.pde.core.target
-
Describes a location in a target that provides bundles and features.
- ITargetLocationEditor - Interface in org.eclipse.pde.ui.target
-
Deprecated.
- ITargetLocationFactory - Interface in org.eclipse.pde.core.target
-
A factory to instantiate target locations from a serialized string of xml (see
ITargetLocation.serialize()
). - ITargetLocationHandler - Interface in org.eclipse.pde.ui.target
-
Contributed target locations that want to support extended editing of target locations can implement this interface
- ITargetLocationUpdater - Interface in org.eclipse.pde.ui.target
-
Deprecated.use
ITargetLocationHandler
instead - ITargetLocationWizard - Interface in org.eclipse.pde.ui.target
-
This interface represents a wizard which will be used to add target locations to a target definition.
- ITargetPlatformService - Interface in org.eclipse.pde.core.target
-
A service to manage target platform definitions available to the workspace.
- ITemplateSection - Interface in org.eclipse.pde.ui.templates
-
This interface represents a section of the template wizard that generates a new extension or plug-in.
- IVariableProvider - Interface in org.eclipse.pde.ui.templates
-
The classes that implement this interface are responsible for providing value of variables when asked.
- IWritable - Interface in org.eclipse.pde.core
-
Classes that implement this interface can participate in saving the model to the ASCII output stream using the provided writer.
All Classes and Interfaces|All Packages|Constant Field Values
ITargetLocationHandler
instead