public class JavaSourceLookupParticipant
extends AbstractSourceLookupParticipant
This class may be instantiated.
| Constructor and Description |
|---|
JavaSourceLookupParticipant() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected ISourceContainer |
getDelegateContainer(ISourceContainer container) |
java.lang.String |
getSourceName(java.lang.Object object)
Returns the source name associated with the given object, or
null
if none. |
void |
init(ISourceLookupDirector director) |
void |
sourceContainersChanged(ISourceLookupDirector director) |
public java.lang.String getSourceName(java.lang.Object object)
throws CoreException
null
if none.object - an object with an IJavaStackFrame adapter, an IJavaValue
or an IJavaTypenull
if noneCoreException - if unable to retrieve the source namepublic void dispose()
protected ISourceContainer getDelegateContainer(ISourceContainer container)
public void init(ISourceLookupDirector director)
public void sourceContainersChanged(ISourceLookupDirector director)