Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.debug.core.sourcelookup.ISourceLookupParticipant

Packages that use ISourceLookupParticipant
org.eclipse.debug.core.sourcelookup Provides support for source lookup. 
 

Uses of ISourceLookupParticipant in org.eclipse.debug.core.sourcelookup
 

Classes in org.eclipse.debug.core.sourcelookup that implement ISourceLookupParticipant
 class AbstractSourceLookupParticipant
          Common super class for implementations of source lookup participants.
 

Methods in org.eclipse.debug.core.sourcelookup that return ISourceLookupParticipant
 ISourceLookupParticipant[] AbstractSourceLookupDirector.getParticipants()
           
 ISourceLookupParticipant[] 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 ISourceLookupParticipant
 void AbstractSourceLookupDirector.addParticipants(ISourceLookupParticipant[] participants)
           
 void AbstractSourceLookupDirector.removeParticipants(ISourceLookupParticipant[] participants)
           
 void ISourceLookupDirector.addParticipants(ISourceLookupParticipant[] participants)
          Adds the given source lookup participants to this director.
 void ISourceLookupDirector.removeParticipants(ISourceLookupParticipant[] participants)
          Removes the given source lookup participants from this director.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.