Package | Description |
---|---|
org.eclipse.debug.ui.contexts |
Provides a set of interfaces and classes for debug context management. |
Modifier and Type | Interface and Description |
---|---|
interface |
IDebugContextProvider2
This extension to
IDebugContextProvider allows clients to specify the scope that the context
provider will apply to. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDebugContextProvider
Abstract implementation of a debug context provider.
|
Modifier and Type | Method and Description |
---|---|
IDebugContextProvider |
DebugContextEvent.getDebugContextProvider()
Returns the context provider that initiated this event.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Constructor and Description |
---|
DebugContextEvent(IDebugContextProvider source,
ISelection context,
int flags)
Constructs a new debug context event.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.