Uses of Interface
org.eclipse.ui.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
Modifier and TypeClassDescriptionclass
An implementation ofISourceProvider
that provides listener support. -
Uses of ISourceProvider in org.eclipse.ui.services
Modifier 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.Modifier 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.