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 TypeClassDescriptionclassCommon 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.fParticipantsMethods in org.eclipse.debug.core.sourcelookup that return ISourceLookupParticipantModifier and TypeMethodDescriptionAbstractSourceLookupDirector.getCurrentParticipant()Returns the participant currently looking up source ornullif 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 TypeMethodDescriptionvoidAbstractSourceLookupDirector.addParticipants(ISourceLookupParticipant[] participants) voidISourceLookupDirector.addParticipants(ISourceLookupParticipant[] participants) Adds the given source lookup participants to this director.voidAbstractSourceLookupDirector.removeParticipants(ISourceLookupParticipant[] participants) voidISourceLookupDirector.removeParticipants(ISourceLookupParticipant[] participants) Removes the given source lookup participants from this director.