|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IExtension | |
org.eclipse.core.runtime | Provides core support for plug-ins and the plug-in registry. |
org.eclipse.team.ui | Application programming interface for associating a repository provider with a project. |
Uses of IExtension in org.eclipse.core.runtime |
Methods in org.eclipse.core.runtime that return IExtension | |
IExtension |
IConfigurationElement.getDeclaringExtension()
Returns the extension that declares this configuration element. |
IExtension |
IPluginRegistry.getExtension(String extensionPointId,
String extensionId)
Returns the specified extension in this plug-in registry, or null if there is no such extension. |
IExtension |
IPluginRegistry.getExtension(String pluginId,
String extensionPointName,
String extensionId)
Returns the specified extension in this plug-in registry, or null if there is no such extension. |
IExtension |
IPluginDescriptor.getExtension(String extensionName)
Returns the extension with the given simple identifier declared in this plug-in, or null if there is no such extension. |
IExtension[] |
IPluginDescriptor.getExtensions()
Returns all extensions declared by this plug-in. |
IExtension |
IExtensionPoint.getExtension(String extensionId)
Returns the extension with the given unique identifier configured into this extension point, or null if there is no such extension. |
IExtension[] |
IExtensionPoint.getExtensions()
Returns all extensions configured into this extension point. |
Uses of IExtension in org.eclipse.team.ui |
Methods in org.eclipse.team.ui with parameters of type IExtension | |
static ImageDescriptor |
TeamImages.getImageDescriptorFromExtension(IExtension extension,
String subdirectoryAndFilename)
Convenience method to get an image descriptor for an extension |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |