Uses of Interface
org.eclipse.ui.ISourceProvider
Packages that use ISourceProvider
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for service support.
-
Uses of ISourceProvider in org.eclipse.ui
Classes in org.eclipse.ui that implement ISourceProviderModifier and TypeClassDescriptionclass
An implementation ofISourceProvider
that provides listener support. -
Uses of ISourceProvider in org.eclipse.ui.services
Methods in org.eclipse.ui.services that return ISourceProviderModifier and TypeMethodDescriptionISourceProviderService.getSourceProvider
(String sourceName) Retrieves a source provider providing the given source.ISourceProviderService.getSourceProviders()
Retrieves all of the source providers registered with this service at the time of this call.Methods in org.eclipse.ui.services with parameters of type ISourceProviderModifier and TypeMethodDescriptionvoid
IServiceWithSources.addSourceProvider
(ISourceProvider provider) Adds a source provider to this service.void
IServiceWithSources.removeSourceProvider
(ISourceProvider provider) Removes a source provider from this service.