Eclipse Platform
2.1

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

Packages that use MouseTrackListener
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.swt.widgets SWT widget public API classes. 
 

Uses of MouseTrackListener in org.eclipse.swt.events
 

Classes in org.eclipse.swt.events that implement MouseTrackListener
 class MouseTrackAdapter
          This adapter class provides default implementations for the methods described by the MouseTrackListener interface.
 

Uses of MouseTrackListener in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets with parameters of type MouseTrackListener
 void Control.addMouseTrackListener(MouseTrackListener listener)
          Adds the listener to the collection of listeners who will be notified when the mouse passes or hovers over controls, by sending it one of the messages defined in the MouseTrackListener interface.
 void Control.removeMouseTrackListener(MouseTrackListener listener)
          Removes the listener from the collection of listeners who will be notified when the mouse passes or hovers over controls.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.