public interface ISourceLookupResult
DebugUITools.lookupSource(Object, org.eclipse.debug.core.model.ISourceLocator),
DebugUITools.displaySource(ISourceLookupResult, org.eclipse.ui.IWorkbenchPage)| Modifier and Type | Method and Description |
|---|---|
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. |
Object getArtifact()
Object getSourceElement()
null if a source element was not resolved.null if unknownString getEditorId()
null if unknown.null if unknownIEditorInput getEditorInput()
null if unknown.null if unknown
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.