|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISourceContainer | |
org.eclipse.debug.core.sourcelookup | Provides support for source lookup. |
org.eclipse.debug.core.sourcelookup.containers | Provides implementations of common source containers supporting source lookup. |
org.eclipse.debug.internal.core.sourcelookup.containers |
Uses of ISourceContainer in org.eclipse.debug.core.sourcelookup |
Fields in org.eclipse.debug.core.sourcelookup declared as ISourceContainer | |
protected ISourceContainer[] |
AbstractSourceLookupDirector.fSourceContainers
|
Methods in org.eclipse.debug.core.sourcelookup that return ISourceContainer | |
ISourceContainer[] |
ISourceContainer.getSourceContainers()
Returns the source containers this container is composed of. |
protected ISourceContainer |
AbstractSourceLookupParticipant.getDelegateContainer(ISourceContainer container)
Returns the source container to search in place of the given source container, or null if the given source container is not
to be searched. |
protected ISourceContainer[] |
AbstractSourceLookupParticipant.getSourceContainers()
Returns the source containers currently registered with this participant's source lookup director. |
ISourceContainer |
ISourceContainerTypeDelegate.createSourceContainer(String memento)
Creates and returns a new source container of this type corresponding to the given memento. |
ISourceContainer[] |
ISourcePathComputerDelegate.computeSourceContainers(ILaunchConfiguration configuration,
IProgressMonitor monitor)
Returns a default collection source containers to be considered for the given launch configuration. |
ISourceContainer[] |
AbstractSourceLookupDirector.getSourceContainers()
|
ISourceContainer[] |
ISourceLookupDirector.getSourceContainers()
Returns the source containers currently registered with this director, possibly an empty collection. |
Methods in org.eclipse.debug.core.sourcelookup with parameters of type ISourceContainer | |
protected ISourceContainer |
AbstractSourceLookupParticipant.getDelegateContainer(ISourceContainer container)
Returns the source container to search in place of the given source container, or null if the given source container is not
to be searched. |
String |
ISourceContainerTypeDelegate.getMemento(ISourceContainer container)
Constructs and returns a memento for the given source container. |
void |
AbstractSourceLookupDirector.setSourceContainers(ISourceContainer[] containers)
Sets the source containers used by this source lookup director. |
void |
ISourceLookupDirector.setSourceContainers(ISourceContainer[] containers)
Sets the source containers this source lookup director should search when looking for source, possibly an empty collection. |
Uses of ISourceContainer in org.eclipse.debug.core.sourcelookup.containers |
Classes in org.eclipse.debug.core.sourcelookup.containers that implement ISourceContainer | |
class |
AbstractSourceContainer
Common function for source containers. |
class |
ArchiveSourceContainer
Archive source container for an archive in the workspace. |
class |
CompositeSourceContainer
A source container of source containers. |
class |
DefaultSourceContainer
A source container that computers the default source lookup path for a launch configuration on each launch using a launch configuration's associated source path computer. |
class |
DirectorySourceContainer
A directory in the local file system. |
class |
ExternalArchiveSourceContainer
An archive in the local file system. |
class |
FolderSourceContainer
A folder in the workspace. |
class |
ProjectSourceContainer
A project in the workspace. |
class |
WorkspaceSourceContainer
All projects in the workspace. |
Methods in org.eclipse.debug.core.sourcelookup.containers that return ISourceContainer | |
protected ISourceContainer[] |
DefaultSourceContainer.createSourceContainers()
|
protected abstract ISourceContainer[] |
CompositeSourceContainer.createSourceContainers()
Creates the source containers in this composite container. |
ISourceContainer[] |
CompositeSourceContainer.getSourceContainers()
|
protected ISourceContainer[] |
WorkspaceSourceContainer.createSourceContainers()
|
protected ISourceContainer[] |
DirectorySourceContainer.createSourceContainers()
|
ISourceContainer[] |
AbstractSourceContainer.getSourceContainers()
|
protected ISourceContainer[] |
ProjectSourceContainer.createSourceContainers()
|
Methods in org.eclipse.debug.core.sourcelookup.containers with parameters of type ISourceContainer | |
protected Object[] |
CompositeSourceContainer.findSourceElements(String name,
ISourceContainer[] containers)
Returns a collection of source elements in the given containers corresponding to the given name. |
Uses of ISourceContainer in org.eclipse.debug.internal.core.sourcelookup.containers |
Classes in org.eclipse.debug.internal.core.sourcelookup.containers that implement ISourceContainer | |
class |
org.eclipse.debug.internal.core.sourcelookup.containers.ContainerSourceContainer
A container in the workspace. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.