Eclipse Platform
Release 3.0

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

Packages that use ISourceLookupDirector
org.eclipse.debug.core.sourcelookup Provides support for source lookup. 
org.eclipse.debug.core.sourcelookup.containers Provides implementations of common source containers supporting source lookup. 
 

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

Classes in org.eclipse.debug.core.sourcelookup that implement ISourceLookupDirector
 class AbstractSourceLookupDirector
          Directs source lookup among a collection of source lookup participants, and a common collection of source containers.
 

Methods in org.eclipse.debug.core.sourcelookup that return ISourceLookupDirector
protected  ISourceLookupDirector AbstractSourceLookupParticipant.getDirector()
          Returns the source lookup director this participant is registered with or null if none.
 

Methods in org.eclipse.debug.core.sourcelookup with parameters of type ISourceLookupDirector
 void ISourceContainer.init(ISourceLookupDirector director)
          Notifiation this source container has been added to the given source lookup director.
 void AbstractSourceLookupParticipant.init(ISourceLookupDirector director)
           
 void AbstractSourceLookupParticipant.sourceContainersChanged(ISourceLookupDirector director)
           
 void ISourceLookupParticipant.init(ISourceLookupDirector director)
          Notification this participant has been added to the specified source lookup director.
 void ISourceLookupParticipant.sourceContainersChanged(ISourceLookupDirector director)
          Notification that the source lookup containers in the given source lookup director have changed.
 

Uses of ISourceLookupDirector in org.eclipse.debug.core.sourcelookup.containers
 

Methods in org.eclipse.debug.core.sourcelookup.containers that return ISourceLookupDirector
protected  ISourceLookupDirector AbstractSourceContainer.getDirector()
          Returns the source lookup director this source container registered in, or null if none.
 

Methods in org.eclipse.debug.core.sourcelookup.containers with parameters of type ISourceLookupDirector
 void AbstractSourceContainer.init(ISourceLookupDirector director)
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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