public interface ISourceDisplay
ISourceDisplay
adapter or using the element directly if it implements ISourceDisplay
.
The debug platform provides a source display adapter for instances
of IStackFrame
. The standard adapter uses the source locator associated
with the stack frame's launch to lookup source. Clients may provide their own
source display adapters as required.
Clients may implement this interface.
IAdaptable
Modifier and Type | Method and Description |
---|---|
void |
displaySource(Object element,
IWorkbenchPage page,
boolean forceSourceLookup)
Displays source for the given element in the specified page.
|
void displaySource(Object element, IWorkbenchPage page, boolean forceSourceLookup)
element
- debug model element to display source forpage
- the page in which to display sourceforceSourceLookup
- whether source lookup should be performed,
ignoring any previously cached results for the same element
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.