Uses of Interface
org.eclipse.debug.ui.IValueDetailListener
-
Packages that use IValueDetailListener Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. -
-
Uses of IValueDetailListener in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IValueDetailListener Modifier and Type Method Description void
IDebugModelPresentation. computeDetail(IValue value, IValueDetailListener listener)
Computes a detailed description of the given value, reporting the result to the specified listener.
-