Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.debug.ui.sourcelookup.ISourceLookupResult

Packages that use ISourceLookupResult
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
 

Uses of ISourceLookupResult in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui that return ISourceLookupResult
static ISourceLookupResult DebugUITools.lookupSource(Object artifact, ISourceLocator locator)
          Performs source lookup on the given artifact and returns the result.
 

Methods in org.eclipse.debug.ui with parameters of type ISourceLookupResult
static void DebugUITools.displaySource(ISourceLookupResult result, IWorkbenchPage page)
          Displays the given source lookup result in an editor in the given workbench page.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.