|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPluginDescriptor | |
org.eclipse.ant.core | Provides support for running the Ant build tool in the platform. |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.core.runtime | Provides core support for plug-ins and the plug-in registry. |
org.eclipse.debug.core | Provides support for launching programs, breakpoint management, expression management, and debug events. |
org.eclipse.ui.plugin | Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. |
Uses of IPluginDescriptor in org.eclipse.ant.core |
Methods in org.eclipse.ant.core with parameters of type IPluginDescriptor | |
protected void |
AntCorePreferences.addLibraries(IPluginDescriptor source,
List destination)
|
Constructors in org.eclipse.ant.core with parameters of type IPluginDescriptor | |
AntCorePlugin(IPluginDescriptor descriptor)
Constructs an instance of this plug-in runtime class. |
Uses of IPluginDescriptor in org.eclipse.core.resources |
Methods in org.eclipse.core.resources with parameters of type IPluginDescriptor | |
IPath |
IProject.getPluginWorkingLocation(IPluginDescriptor plugin)
Returns the location in the local file system of the project-specific working data area for use by the given plug-in or null
if the project does not exist. |
Constructors in org.eclipse.core.resources with parameters of type IPluginDescriptor | |
ResourcesPlugin(IPluginDescriptor pluginDescriptor)
Constructs an instance of this plug-in runtime class. |
Uses of IPluginDescriptor in org.eclipse.core.runtime |
Methods in org.eclipse.core.runtime that return IPluginDescriptor | |
IPluginDescriptor |
Plugin.getDescriptor()
Returns the plug-in descriptor for this plug-in runtime object. |
IPluginDescriptor |
IExtension.getDeclaringPluginDescriptor()
Returns the descriptor of the plug-in that declares this extension. |
IPluginDescriptor |
IPluginRegistry.getPluginDescriptor(String pluginId)
Returns the plug-in descriptor with the given plug-in identifier in this plug-in registry, or null if there is no such
plug-in. |
IPluginDescriptor |
IPluginRegistry.getPluginDescriptor(String pluginId,
PluginVersionIdentifier version)
Returns the plug-in descriptor with the given plug-in identifier and version in this plug-in registry, or null if
there is no such plug-in. |
IPluginDescriptor[] |
IPluginRegistry.getPluginDescriptors()
Returns all plug-in descriptors known to this plug-in registry. |
IPluginDescriptor[] |
IPluginRegistry.getPluginDescriptors(String pluginId)
Returns all versions of the identified plug-in descriptor known to this plug-in registry. |
IPluginDescriptor |
IExtensionPoint.getDeclaringPluginDescriptor()
Returns the descriptor of the plug-in that declares this extension point. |
Constructors in org.eclipse.core.runtime with parameters of type IPluginDescriptor | |
Plugin(IPluginDescriptor descriptor)
Creates a new plug-in runtime object for the given plug-in descriptor. |
Uses of IPluginDescriptor in org.eclipse.debug.core |
Constructors in org.eclipse.debug.core with parameters of type IPluginDescriptor | |
DebugPlugin(IPluginDescriptor descriptor)
Constructs the debug plug-in. |
Uses of IPluginDescriptor in org.eclipse.ui.plugin |
Constructors in org.eclipse.ui.plugin with parameters of type IPluginDescriptor | |
AbstractUIPlugin(IPluginDescriptor descriptor)
Creates an abstract UI plug-in runtime object for the given plug-in descriptor. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |