Uses of Interface
org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant
Packages that use ISourceLookupParticipant
-
Uses of ISourceLookupParticipant in org.eclipse.debug.core.sourcelookup
Classes in org.eclipse.debug.core.sourcelookup that implement ISourceLookupParticipantModifier and TypeClassDescriptionclass
Common super class for implementations of source lookup participants.Fields in org.eclipse.debug.core.sourcelookup with type parameters of type ISourceLookupParticipantModifier and TypeFieldDescriptionprotected ArrayList
<ISourceLookupParticipant> AbstractSourceLookupDirector.fParticipants
Methods in org.eclipse.debug.core.sourcelookup that return ISourceLookupParticipantModifier and TypeMethodDescriptionAbstractSourceLookupDirector.getCurrentParticipant()
Returns the participant currently looking up source ornull
if none.AbstractSourceLookupDirector.getParticipants()
ISourceLookupDirector.getParticipants()
Returns the source lookup participants currently registered with this director, possibly an empty collection.Methods in org.eclipse.debug.core.sourcelookup with parameters of type ISourceLookupParticipantModifier and TypeMethodDescriptionvoid
AbstractSourceLookupDirector.addParticipants
(ISourceLookupParticipant[] participants) void
ISourceLookupDirector.addParticipants
(ISourceLookupParticipant[] participants) Adds the given source lookup participants to this director.void
AbstractSourceLookupDirector.removeParticipants
(ISourceLookupParticipant[] participants) void
ISourceLookupDirector.removeParticipants
(ISourceLookupParticipant[] participants) Removes the given source lookup participants from this director.