Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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. 
org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities. 
 

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 AbstractSourceLookupParticipant. init ( ISourceLookupDirector director)
           
 void ISourceContainer. init ( ISourceLookupDirector director)
          Notification this source container has been added to the given source lookup director.
 void ISourceLookupParticipant. init ( ISourceLookupDirector director)
          Notification this participant has been added to the specified source lookup director.
 void AbstractSourceLookupParticipant. sourceContainersChanged ( ISourceLookupDirector 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)
           
 void ArchiveSourceContainer. init ( ISourceLookupDirector director)
           
 

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

Methods in org.eclipse.debug.ui.sourcelookup with parameters of type ISourceLookupDirector
  ISourceContainer[] ISourceContainerBrowser. addSourceContainers ( Shell shell, ISourceLookupDirector director)
          Creates and returns new source containers to add to the given source lookup director.
  ISourceContainer[] AbstractSourceContainerBrowser. addSourceContainers ( Shell shell, ISourceLookupDirector director)
           
 boolean ISourceContainerBrowser. canAddSourceContainers ( ISourceLookupDirector director)
          Returns whether this browser can add any source containers to the given source lookup director.
 boolean AbstractSourceContainerBrowser. canAddSourceContainers ( ISourceLookupDirector director)
           
 boolean ISourceContainerBrowser. canEditSourceContainers ( ISourceLookupDirector director, ISourceContainer[] containers)
          Returns whether this browser can edit the given source containers.
 boolean AbstractSourceContainerBrowser. canEditSourceContainers ( ISourceLookupDirector director, ISourceContainer[] containers)
           
  ISourceContainer[] ISourceContainerBrowser. editSourceContainers ( Shell shell, ISourceLookupDirector director, ISourceContainer[] containers)
          Edits and returns source containers to replace the given source containers.
  ISourceContainer[] AbstractSourceContainerBrowser. editSourceContainers ( Shell shell, ISourceLookupDirector director, ISourceContainer[] containers)
           
 

Constructors in org.eclipse.debug.ui.sourcelookup with parameters of type ISourceLookupDirector
SourceLookupDialog ( Shell shell, ISourceLookupDirector director)
          Constructs a dialog to edit the source lookup path managed by the given source lookup director.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire