Uses of Interface
org.eclipse.swt.events.DisposeListener
Packages that use DisposeListener
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a framework for connecting document regions
with annotations and for displaying those.
SWT widget public API classes.
-
Uses of DisposeListener in org.eclipse.compare.internal
Classes in org.eclipse.compare.internal that implement DisposeListenerModifier and TypeClassDescriptionclassToggles the activation of a compare filterclassToggles a boolean property of anCompareConfiguration. -
Uses of DisposeListener in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement DisposeListenerModifier and TypeClassDescriptionclassAbstract class for a reusable information control creators.classDefault implementation ofIInformationControl.Methods in org.eclipse.jface.text with parameters of type DisposeListenerModifier and TypeMethodDescriptionvoidAbstractInformationControl.addDisposeListener(DisposeListener listener) voidIInformationControl.addDisposeListener(DisposeListener listener) Adds the given listener to the list of dispose listeners.voidAbstractInformationControl.removeDisposeListener(DisposeListener listener) voidIInformationControl.removeDisposeListener(DisposeListener listener) Removes the given listeners from the list of dispose listeners. -
Uses of DisposeListener in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement DisposeListenerModifier and TypeClassDescriptionprotected classDeprecated.As of 3.4, no longer used as closer from super class is used -
Uses of DisposeListener in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type DisposeListenerModifier and TypeMethodDescriptionvoidWidget.addDisposeListener(DisposeListener listener) Adds the listener to the collection of listeners who will be notified when the widget is disposed.voidWidget.removeDisposeListener(DisposeListener listener) Removes the listener from the collection of listeners who will be notified when the widget is disposed.