blob: 044cc4d7598da131b132f69771187958a0721f6b [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Java Debug UI</title>
</head>
<body link="#0000FF" vlink="#800080">
<p align="left">Provides an implementation of a source locator for the Java debug model.</p>
<h2 align="left">Package Specification</h2>
<p>This package provides a source locator for the Java debug model. The source
locator prompts the user for source, when source cannot be found on the source
lookup path. </p>
<p>These <code>JavaUISourceLocator</code> and <code>JavaSourceLookupDialog</code>
have been <b>deprecated</b> in Eclipse 3.0. Source lookup facilities are now
provided by the debug platform - see <code>org.eclipse.debug.core.sourcelookup</code>.
Source lookup support specific to the Java debugger is now provided in <code>org.eclipse.jdt.launching.sourcelookup.containers</code>.
The user interface for source lookup is provided by <code>org.eclipse.debug.ui.sourcelookup</code>.</p>
</body>
</html>