Uses of Interface
org.eclipse.debug.ui.contexts.IDebugContextListener
Packages that use IDebugContextListener
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Provides a set of interfaces and classes for debug context management.
-
Uses of IDebugContextListener in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IDebugContextListenerModifier and TypeMethodDescriptionstatic voidDebugUITools.addPartDebugContextListener(IWorkbenchPartSite site, IDebugContextListener listener) Adds the given debug context listener as a listener to the debug context changed events, in the context of the given workbench part.static voidDebugUITools.removePartDebugContextListener(IWorkbenchPartSite site, IDebugContextListener listener) Removes the given debug context listener as a listener to the debug context changed events, in the context of the given workbench part. -
Uses of IDebugContextListener in org.eclipse.debug.ui.actions
Classes in org.eclipse.debug.ui.actions that implement IDebugContextListenerModifier and TypeClassDescriptionclassAbstract base class for re-targeting actions which delegate execution toIDebugCommandHandlerhandlers. -
Uses of IDebugContextListener in org.eclipse.debug.ui.contexts
Methods in org.eclipse.debug.ui.contexts with parameters of type IDebugContextListenerModifier and TypeMethodDescriptionvoidAbstractDebugContextProvider.addDebugContextListener(IDebugContextListener listener) voidIDebugContextManager.addDebugContextListener(IDebugContextListener listener) Registers the given listener for debug context notification in all windows.voidIDebugContextProvider.addDebugContextListener(IDebugContextListener listener) Registers the given listener for debug context events.voidIDebugContextService.addDebugContextListener(IDebugContextListener listener) Registers for the given listener for debug context change notification in this service's window.voidIDebugContextService.addDebugContextListener(IDebugContextListener listener, String partId) Registers for the given debug context listener for context notification from the specified part in this service's window.voidIDebugContextService.addDebugContextListener(IDebugContextListener listener, String partId, String partSecondaryId) Registers for the given debug context listener for context notification from the specified part in this service's window.voidIDebugContextService.addPostDebugContextListener(IDebugContextListener listener) Registers the given debug context listener for post context change notification in this service's window.voidIDebugContextService.addPostDebugContextListener(IDebugContextListener listener, String partId) Registers the given debug context listener for post context change notification in the specified part of this service's window.voidIDebugContextService.addPostDebugContextListener(IDebugContextListener listener, String partId, String partSecondaryId) Registers the given debug context listener for post context change notification in the specified part of this service's window.voidAbstractDebugContextProvider.removeDebugContextListener(IDebugContextListener listener) voidIDebugContextManager.removeDebugContextListener(IDebugContextListener listener) Unregisters the given listener for context notification in all windows.voidIDebugContextProvider.removeDebugContextListener(IDebugContextListener listener) Unregisters the given listener for debug context events.voidIDebugContextService.removeDebugContextListener(IDebugContextListener listener) Unregisters for the given listener for debug context change notification in this service's window.voidIDebugContextService.removeDebugContextListener(IDebugContextListener listener, String partId) Unregisters the given debug context listener for context change notification from the specified part in this service's window.voidIDebugContextService.removeDebugContextListener(IDebugContextListener listener, String partId, String partSecondaryId) Unregisters the given debug context listener for context change notification from the specified part in this service's window.voidIDebugContextService.removePostDebugContextListener(IDebugContextListener listener) Unregisters the given debug context listener for post context change notification in this service's window.voidIDebugContextService.removePostDebugContextListener(IDebugContextListener listener, String partId) Unregisters the given debug context listener for post context change notification in the specified part of this service's window.voidIDebugContextService.removePostDebugContextListener(IDebugContextListener listener, String partId, String partSecondaryId) Unregisters the given debug context listener for post context change notification in the specified part of this service's window.