Package | Description |
---|---|
org.eclipse.debug.core.sourcelookup |
Provides support for source lookup.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSourceLookupParticipant
Common super class for implementations of source lookup participants.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<ISourceLookupParticipant> |
AbstractSourceLookupDirector.fParticipants |
Modifier and Type | Method and Description |
---|---|
ISourceLookupParticipant |
AbstractSourceLookupDirector.getCurrentParticipant()
Returns the participant currently looking up source or
null
if none. |
ISourceLookupParticipant[] |
ISourceLookupDirector.getParticipants()
Returns the source lookup participants currently registered with
this director, possibly an empty collection.
|
ISourceLookupParticipant[] |
AbstractSourceLookupDirector.getParticipants() |
Modifier and Type | Method and Description |
---|---|
void |
ISourceLookupDirector.addParticipants(ISourceLookupParticipant[] participants)
Adds the given source lookup participants to this director.
|
void |
AbstractSourceLookupDirector.addParticipants(ISourceLookupParticipant[] participants) |
void |
ISourceLookupDirector.removeParticipants(ISourceLookupParticipant[] participants)
Removes the given source lookup participants from this director.
|
void |
AbstractSourceLookupDirector.removeParticipants(ISourceLookupParticipant[] participants) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.