Package org.eclipse.debug.ui.sourcelookup
Provides a user interface for debug platform source lookup facilities.
Package Specification
This package provides classes implementing a user interface for source lookup
facilities based on the source lookup director architecture defined in org.eclipse.debug.core.sourcelookup
.
A source lookup tab and dialog are provided that allow the user to modify a
source lookup path.
-
Interface Summary Interface Description ISourceContainerBrowser Creates and edits source containers for a source lookup director.ISourceDisplay Displays source for a debug model element.ISourceLookupResult The result of performing source lookup on a debug artifact. -
Class Summary Class Description AbstractSourceContainerBrowser Common implementation for source container browsers.CommonSourceNotFoundEditor Default editor displayed when source is not found.CommonSourceNotFoundEditorInput Editor input for theCommonSourceNotFoundEditor
.SourceLookupDialog A dialog for editing the source lookup path of a source lookup director.SourceLookupTab A launch configuration tab that displays and edits the source lookup path for a launch configuration.WorkingSetSourceContainer A working set in the workspace.