Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.debug.ui.sourcelookup
Interface ISourceLookupResult


public interface ISourceLookupResult

The result of performing source lookup on a debug artifact. The result contains the resolved source element and description of an editor (editor id, and editor input) in which to display the result.

Since:
3.1
See Also:
DebugUITools.lookupSource(Object, ISourceLocator), DebugUITools.displaySource(ISourceLookupResult, IWorkbenchPage)
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Method Summary
  Object getArtifact ()
          Returns the artifact for which source lookup was performed, such as a stack frame.
  String getEditorId ()
          Returns the identifier of an editor used to display this result, or null if unknown.
  IEditorInput getEditorInput ()
          Returns the editor input used to display result, or null if unknown.
  Object getSourceElement ()
          Returns the source element resolved during source lookup, or null if a source element was not resolved.
 

Method Detail

getArtifact


Object getArtifact()
Returns the artifact for which source lookup was performed, such as a stack frame.

Returns:
the artifact for which source lookup was performed

getSourceElement


Object getSourceElement()
Returns the source element resolved during source lookup, or null if a source element was not resolved.

Returns:
resolved source element or null if unknown

getEditorId


String getEditorId()
Returns the identifier of an editor used to display this result, or null if unknown.

Returns:
the identifier of an editor used to display this result, or null if unknown

getEditorInput


IEditorInput getEditorInput()
Returns the editor input used to display result, or null if unknown.

Returns:
the editor input used to display result, or null if unknown

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire