Eclipse Platform
2.1

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

Packages that use MouseListener
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those annotations in combination with an ITextViewer
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of MouseListener in org.eclipse.jface.text
 

Classes in org.eclipse.jface.text that implement MouseListener
 class PaintManager
          Manages the painters of a text viewer.
 

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

Methods in org.eclipse.jface.text.source with parameters of type MouseListener
 void VerticalRuler.addMouseListener(MouseListener listener)
          Deprecated. will be removed
 void VerticalRuler.removeMouseListener(MouseListener listener)
          Deprecated. will be removed
 

Uses of MouseListener in org.eclipse.swt.events
 

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

Uses of MouseListener in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets with parameters of type MouseListener
 void Control.addMouseListener(MouseListener listener)
          Adds the listener to the collection of listeners who will be notified when mouse buttons are pressed and released, by sending it one of the messages defined in the MouseListener interface.
 void Control.removeMouseListener(MouseListener listener)
          Removes the listener from the collection of listeners who will be notified when mouse buttons are pressed and released.
 

Uses of MouseListener in org.eclipse.ui.texteditor
 

Classes in org.eclipse.ui.texteditor that implement MouseListener
 class AbstractRulerActionDelegate
          This class serves as an adapter for actions contributed to the vertical ruler's context menu.
 class BookmarkRulerAction
          Adapter for the managing bookmark action.
 class SelectRulerAction
          Adapter for the select marker action.
 class TaskRulerAction
          Adapter for the marker ruler action creating/removing tasks.
 

Methods in org.eclipse.ui.texteditor that return MouseListener
protected  MouseListener AbstractTextEditor.getRulerMouseListener()
          Creates and returns the listener on this editor's vertical ruler.
 


Eclipse Platform
2.1

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