Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.services |
Classes for service support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSourceProvider
An implementation of
ISourceProvider that provides listener
support. |
Modifier and Type | Method and Description |
---|---|
ISourceProvider |
ISourceProviderService.getSourceProvider(String sourceName)
Retrieves a source provider providing the given source.
|
ISourceProvider[] |
ISourceProviderService.getSourceProviders()
Retrieves all of the source providers registered with this service at the
time of this call.
|
Modifier and Type | Method and Description |
---|---|
void |
IServiceWithSources.addSourceProvider(ISourceProvider provider)
Adds a source provider to this service.
|
void |
IServiceWithSources.removeSourceProvider(ISourceProvider provider)
Removes a source provider from this service.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.