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 JDT
Release 3.5

org.eclipse.jdt.launching.sourcelookup.containers
Class JavaSourceLookupParticipant


java.lang.Object
  extended by 

org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant
      extended by 
org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
All Implemented Interfaces:
ISourceLookupParticipant

public class JavaSourceLookupParticipant
extends AbstractSourceLookupParticipant

A source lookup participant that searches for Java source code.

This class may be instantiated.

Since:
3.0
Restriction:
This class is not intended to be subclassed by clients.

Field Summary
 
Fields inherited from class org.eclipse.debug.core.sourcelookup. AbstractSourceLookupParticipant
EMPTY
 
Constructor Summary
JavaSourceLookupParticipant ()
           
 
Method Summary
 void dispose ()
           
protected   ISourceContainer getDelegateContainer ( ISourceContainer container)
           
  String getSourceName ( Object object)
          Returns the source name associated with the given object, or null if none.
 void init ( ISourceLookupDirector director)
           
 void sourceContainersChanged ( ISourceLookupDirector director)
           
 
Methods inherited from class org.eclipse.debug.core.sourcelookup. AbstractSourceLookupParticipant
findSourceElements, getDirector, getSourceContainers, isFindDuplicates
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSourceLookupParticipant

public JavaSourceLookupParticipant()
Method Detail

getSourceName

public 
String getSourceName(
Object object)
                     throws 
CoreException
Returns the source name associated with the given object, or null if none.

Parameters:
object - an object with an IJavaStackFrame adapter, an IJavaValue or an IJavaType
Returns:
the source name associated with the given object, or null if none
Throws:
CoreException - if unable to retrieve the source name

dispose

public void dispose()
Specified by:
dispose in interface ISourceLookupParticipant
Overrides:
dispose in class AbstractSourceLookupParticipant

getDelegateContainer

protected 
ISourceContainer getDelegateContainer(
ISourceContainer container)
Overrides:
getDelegateContainer in class AbstractSourceLookupParticipant

init

public void init(
ISourceLookupDirector director)
Specified by:
init in interface ISourceLookupParticipant
Overrides:
init in class AbstractSourceLookupParticipant

sourceContainersChanged

public void sourceContainersChanged(
ISourceLookupDirector director)
Specified by:
sourceContainersChanged in interface ISourceLookupParticipant
Overrides:
sourceContainersChanged in class AbstractSourceLookupParticipant

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

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