Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.swt.events.DisposeListener

Packages that use DisposeListener
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.swt.widgets SWT widget public API classes.  
 

Uses of DisposeListener in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement DisposeListener
 class DefaultInformationControl
          Default implementation of IInformationControl.
 

Methods in org.eclipse.jface.text with parameters of type DisposeListener
 void IInformationControl.addDisposeListener(DisposeListener listener)
          Adds the given listener to the list of dispose listeners.
 void IInformationControl.removeDisposeListener(DisposeListener listener)
          Removes the given listeners from the list of dispose listeners.
 void DefaultInformationControl.addDisposeListener(DisposeListener listener)
           
 void DefaultInformationControl.removeDisposeListener(DisposeListener listener)
           
 

Uses of DisposeListener in org.eclipse.jface.text.source
 

Classes in org.eclipse.jface.text.source that implement DisposeListener
protected  class AnnotationBarHoverManager.Closer
          The information control closer for the hover information.
 

Uses of DisposeListener in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets with parameters of type DisposeListener
 void Widget.addDisposeListener(DisposeListener listener)
          Adds the listener to the collection of listeners who will be notifed when the widget is disposed.
 void Widget.removeDisposeListener(DisposeListener listener)
          Removes the listener from the collection of listeners who will be notifed when the widget is disposed.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.