Uses of Interface
org.eclipse.debug.ui.contexts.IDebugContextProvider
Package
Description
Provides a set of interfaces and classes for debug context management.
-
Uses of IDebugContextProvider in org.eclipse.debug.ui.contexts
Modifier and TypeInterfaceDescriptioninterface
This extension toIDebugContextProvider
allows clients to specify the scope that the context provider will apply to.Modifier and TypeClassDescriptionclass
Abstract implementation of a debug context provider.Modifier and TypeMethodDescriptionDebugContextEvent.getDebugContextProvider()
Returns the context provider that initiated this event.Modifier and TypeMethodDescriptionvoid
IDebugContextService.addDebugContextProvider
(IDebugContextProvider provider) Registers the given debug context provider with this service.void
IDebugContextService.removeDebugContextProvider
(IDebugContextProvider provider) Unregisters the given debug context provider from this service.ModifierConstructorDescriptionDebugContextEvent
(IDebugContextProvider source, ISelection context, int flags) Constructs a new debug context event.