Eclipse Platform
Release 3.0

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

Packages that use ISourceContainerType
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
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 ISourceContainerType in org.eclipse.debug.core
 

Methods in org.eclipse.debug.core that return ISourceContainerType
 ISourceContainerType[] ILaunchManager.getSourceContainerTypes()
          Returns all registered source container type extensions.
 ISourceContainerType ILaunchManager.getSourceContainerType(String id)
          Returns the source container type extension registered with the given unique identifier, or null if none.
 

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

Methods in org.eclipse.debug.core.sourcelookup that return ISourceContainerType
 ISourceContainerType ISourceContainer.getType()
          Returns this container's type.
 

Methods in org.eclipse.debug.core.sourcelookup with parameters of type ISourceContainerType
 boolean AbstractSourceLookupDirector.supportsSourceContainerType(ISourceContainerType type)
           
 boolean ISourceLookupDirector.supportsSourceContainerType(ISourceContainerType type)
          Returns whether this source director supports the given type of source location.
 

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

Methods in org.eclipse.debug.core.sourcelookup.containers that return ISourceContainerType
 ISourceContainerType ExternalArchiveSourceContainer.getType()
           
 ISourceContainerType DefaultSourceContainer.getType()
           
 ISourceContainerType WorkspaceSourceContainer.getType()
           
 ISourceContainerType ArchiveSourceContainer.getType()
           
 ISourceContainerType DirectorySourceContainer.getType()
           
 ISourceContainerType FolderSourceContainer.getType()
           
protected  ISourceContainerType AbstractSourceContainer.getSourceContainerType(String id)
          Returns the source container type identified by the given id, or null if none.
 ISourceContainerType ProjectSourceContainer.getType()
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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