public interface ISourceLookupResult
Clients are not intended to implement this interface.
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 unknownGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.