Package org.eclipse.jdt.debug.ui
Provides an implementation of a source locator for the Java debug model.
Package Specification
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. TheseJavaUISourceLocator
and JavaSourceLookupDialog
have been deprecated in Eclipse 3.0. Source lookup facilities are now
provided by the debug platform - see org.eclipse.debug.core.sourcelookup
.
Source lookup support specific to the Java debugger is now provided in org.eclipse.jdt.launching.sourcelookup.containers
.
The user interface for source lookup is provided by org.eclipse.debug.ui.sourcelookup
.-
Interface Summary Interface Description IJavaDebugUIConstants Constant definitions for Java debug UI plug-in. -
Class Summary Class Description JavaDebugUtils Utilities for the Java debugger.JavaSourceLookupDialog Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0.JavaUISourceLocator Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0.