Uses of Interface
org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Packages that use ISourceLookupDirector
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 ISourceLookupDirector in org.eclipse.debug.core.sourcelookup
Classes in org.eclipse.debug.core.sourcelookup that implement ISourceLookupDirectorModifier and TypeClassDescriptionclassDirects source lookup among a collection of source lookup participants, and a common collection of source containers.Methods in org.eclipse.debug.core.sourcelookup that return ISourceLookupDirectorModifier and TypeMethodDescriptionprotected ISourceLookupDirectorAbstractSourceLookupParticipant.getDirector()Returns the source lookup director this participant is registered with ornullif none.Methods in org.eclipse.debug.core.sourcelookup with parameters of type ISourceLookupDirectorModifier and TypeMethodDescriptionvoidAbstractSourceLookupParticipant.init(ISourceLookupDirector director) voidISourceContainer.init(ISourceLookupDirector director) Notification this source container has been added to the given source lookup director.voidISourceLookupParticipant.init(ISourceLookupDirector director) Notification this participant has been added to the specified source lookup director.voidAbstractSourceLookupParticipant.sourceContainersChanged(ISourceLookupDirector director) voidISourceLookupParticipant.sourceContainersChanged(ISourceLookupDirector director) Notification that the source lookup containers in the given source lookup director have changed. -
Uses of ISourceLookupDirector in org.eclipse.debug.core.sourcelookup.containers
Methods in org.eclipse.debug.core.sourcelookup.containers that return ISourceLookupDirectorModifier and TypeMethodDescriptionprotected ISourceLookupDirectorAbstractSourceContainer.getDirector()Returns the source lookup director this source container registered in, ornullif none.Methods in org.eclipse.debug.core.sourcelookup.containers with parameters of type ISourceLookupDirectorModifier and TypeMethodDescriptionvoidAbstractSourceContainer.init(ISourceLookupDirector director) voidArchiveSourceContainer.init(ISourceLookupDirector director) -
Uses of ISourceLookupDirector in org.eclipse.debug.ui.sourcelookup
Methods in org.eclipse.debug.ui.sourcelookup with parameters of type ISourceLookupDirectorModifier 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.booleanAbstractSourceContainerBrowser.canAddSourceContainers(ISourceLookupDirector director) booleanISourceContainerBrowser.canAddSourceContainers(ISourceLookupDirector director) Returns whether this browser can add any source containers to the given source lookup director.booleanAbstractSourceContainerBrowser.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.Constructors in org.eclipse.debug.ui.sourcelookup with parameters of type ISourceLookupDirectorModifierConstructorDescriptionSourceLookupDialog(Shell shell, ISourceLookupDirector director) Constructs a dialog to edit the source lookup path managed by the given source lookup director.