public class AdvancedSourceLookupParticipant
extends java.lang.Object
| Constructor and Description |
|---|
AdvancedSourceLookupParticipant() |
AdvancedSourceLookupParticipant(IJDIHelpers jdi) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected void |
disposeContainers() |
java.lang.Object[] |
findSourceElements(java.lang.Object element) |
ISourceContainer |
getSourceContainer(java.lang.Object element,
boolean refresh,
IProgressMonitor monitor) |
protected java.util.Collection<ISourceContainerResolver> |
getSourceContainerResolvers() |
static AdvancedSourceLookupParticipant |
getSourceLookup(java.lang.Object element) |
java.lang.String |
getSourceName(java.lang.Object object) |
void |
init(ISourceLookupDirector director) |
void |
sourceContainersChanged(ISourceLookupDirector director) |
public AdvancedSourceLookupParticipant()
public AdvancedSourceLookupParticipant(IJDIHelpers jdi)
public void init(ISourceLookupDirector director)
public java.lang.Object[] findSourceElements(java.lang.Object element)
throws CoreException
CoreExceptionpublic ISourceContainer getSourceContainer(java.lang.Object element,
boolean refresh,
IProgressMonitor monitor)
throws CoreException
CoreExceptionprotected java.util.Collection<ISourceContainerResolver> getSourceContainerResolvers()
public java.lang.String getSourceName(java.lang.Object object)
throws CoreException
CoreExceptionpublic void dispose()
public void sourceContainersChanged(ISourceLookupDirector director)
protected void disposeContainers()
public static AdvancedSourceLookupParticipant getSourceLookup(java.lang.Object element)