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

Uses of ISourceContainerType in org.eclipse.debug.core
 

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

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 ISourceLookupDirector. supportsSourceContainerType ( ISourceContainerType type)
          Returns whether this source director supports the given type of source location.
 boolean AbstractSourceLookupDirector. supportsSourceContainerType ( ISourceContainerType type)
           
 

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

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

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

Methods in org.eclipse.debug.ui.sourcelookup that return ISourceContainerType
  ISourceContainerType WorkingSetSourceContainer. getType ()
           
 


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