Uses of Interface
org.eclipse.debug.core.sourcelookup.ISourceContainer
Packages that use ISourceContainer
Package
Description
Provides support for source lookup.
Provides implementations of common source containers supporting source lookup.
Provides a user interface for debug platform source lookup facilities.
-
Uses of ISourceContainer in org.eclipse.debug.core.sourcelookup
Fields in org.eclipse.debug.core.sourcelookup declared as ISourceContainerModifier and TypeFieldDescriptionprotected ISourceContainer[]AbstractSourceLookupDirector.fSourceContainersMethods in org.eclipse.debug.core.sourcelookup that return ISourceContainerModifier and TypeMethodDescriptionISourcePathComputerDelegate.computeSourceContainers(ILaunchConfiguration configuration, IProgressMonitor monitor) Returns a default collection source containers to be considered for the given launch configuration.ISourceContainerTypeDelegate.createSourceContainer(String memento) Creates and returns a new source container of this type corresponding to the given memento.protected ISourceContainerAbstractSourceLookupParticipant.getDelegateContainer(ISourceContainer container) Returns the source container to search in place of the given source container, ornullif the given source container is not to be searched.AbstractSourceLookupDirector.getSourceContainers()protected ISourceContainer[]AbstractSourceLookupParticipant.getSourceContainers()Returns the source containers currently registered with this participant's source lookup director.ISourceContainer.getSourceContainers()Returns the source containers this container is composed of.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 ISourceContainerModifier and TypeMethodDescriptionprotected ISourceContainerAbstractSourceLookupParticipant.getDelegateContainer(ISourceContainer container) Returns the source container to search in place of the given source container, ornullif the given source container is not to be searched.ISourceContainerTypeDelegate.getMemento(ISourceContainer container) Constructs and returns a memento for the given source container.voidAbstractSourceLookupDirector.setSourceContainers(ISourceContainer[] containers) Sets the source containers used by this source lookup director.voidISourceLookupDirector.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 ISourceContainerModifier and TypeClassDescriptionclassCommon function for source containers.classArchive source container for an archive in the workspace.classA source container of source containers.classA source container for a container in the workspace.classA source container that computer the default source lookup path for a launch configuration on each launch using a launch configuration's associated source path computer.classA directory in the local file system.classAn archive in the local file system.classA folder in the workspace.classA project in the workspace.classAll projects in the workspace.Methods in org.eclipse.debug.core.sourcelookup.containers that return ISourceContainerModifier and TypeMethodDescriptionprotected abstract ISourceContainer[]CompositeSourceContainer.createSourceContainers()Creates the source containers in this composite container.protected ISourceContainer[]ContainerSourceContainer.createSourceContainers()protected ISourceContainer[]DefaultSourceContainer.createSourceContainers()protected ISourceContainer[]DirectorySourceContainer.createSourceContainers()protected ISourceContainer[]ProjectSourceContainer.createSourceContainers()protected ISourceContainer[]WorkspaceSourceContainer.createSourceContainers()AbstractSourceContainer.getSourceContainers()CompositeSourceContainer.getSourceContainers()Methods in org.eclipse.debug.core.sourcelookup.containers with parameters of type ISourceContainerModifier and TypeMethodDescriptionprotected 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.ui.sourcelookup
Classes in org.eclipse.debug.ui.sourcelookup that implement ISourceContainerMethods in org.eclipse.debug.ui.sourcelookup that return ISourceContainerModifier and TypeMethodDescriptionAbstractSourceContainerBrowser.addSourceContainers(Shell shell, ISourceLookupDirector director) ISourceContainerBrowser.addSourceContainers(Shell shell, ISourceLookupDirector director) Creates and returns new source containers to add to the given source lookup director.protected ISourceContainer[]WorkingSetSourceContainer.createSourceContainers()AbstractSourceContainerBrowser.editSourceContainers(Shell shell, ISourceLookupDirector director, ISourceContainer[] containers) ISourceContainerBrowser.editSourceContainers(Shell shell, ISourceLookupDirector director, ISourceContainer[] containers) Edits and returns source containers to replace the given source containers.Methods in org.eclipse.debug.ui.sourcelookup with parameters of type ISourceContainerModifier and TypeMethodDescriptionbooleanAbstractSourceContainerBrowser.canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containers) booleanISourceContainerBrowser.canEditSourceContainers(ISourceLookupDirector director, ISourceContainer[] containers) Returns whether this browser can edit the given source containers.AbstractSourceContainerBrowser.editSourceContainers(Shell shell, ISourceLookupDirector director, ISourceContainer[] containers) ISourceContainerBrowser.editSourceContainers(Shell shell, ISourceLookupDirector director, ISourceContainer[] containers) Edits and returns source containers to replace the given source containers.