Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.debug.ui.contexts.IDebugContextListener

Packages that use IDebugContextListener
org.eclipse.debug.ui.contexts

Provides a set of interfaces and classes for debug context management. 

 

Uses of IDebugContextListener in org.eclipse.debug.ui.contexts
 

Methods in org.eclipse.debug.ui.contexts with parameters of type IDebugContextListener
 void IDebugContextService. addDebugContextListener ( IDebugContextListener listener)
          Registers for the given listener for debug context change notification in this service's window.
 void IDebugContextManager. addDebugContextListener ( IDebugContextListener listener)
          Registers the given listener for debug context notification in all windows.
 void IDebugContextProvider. addDebugContextListener ( IDebugContextListener listener)
          Registers the given listener for debug context events.
 void AbstractDebugContextProvider. addDebugContextListener ( IDebugContextListener listener)
           
 void IDebugContextService. addDebugContextListener ( IDebugContextListener listener, String partId)
          Registers for the given debug context listener for context notification from the specified part in this service's window.
 void IDebugContextService. addPostDebugContextListener ( IDebugContextListener listener)
          Registers the given debug context listener for post context change notification in this service's window.
 void IDebugContextService. 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.
 void IDebugContextService. removeDebugContextListener ( IDebugContextListener listener)
          Unregisters for the given listener for debug context change notification in this service's window.
 void IDebugContextManager. removeDebugContextListener ( IDebugContextListener listener)
          Unregisters the given listener for context notification in all windows.
 void IDebugContextProvider. removeDebugContextListener ( IDebugContextListener listener)
          Unregisters the given listener for debug context events.
 void AbstractDebugContextProvider. removeDebugContextListener ( IDebugContextListener listener)
           
 void IDebugContextService. removeDebugContextListener ( IDebugContextListener listener, String partId)
          Unregisters the given debug context listener for context change notification from the specified part in this service's window.
 void IDebugContextService. removePostDebugContextListener ( IDebugContextListener listener)
          Unregisters the given debug context listener for post context change notification in this service's window.
 void IDebugContextService. 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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire