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 Class
org.eclipse.swt.events.MouseEvent

Packages that use MouseEvent
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.hyperlink Provides support for detecting and displaying hyperlinks in ISourceViewers. 
org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of MouseEvent in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that return MouseEvent
protected   MouseEvent AbstractHoverInformationControlManager. getHoverEvent ()
          Returns the most recent mouse hover event.
 

Methods in org.eclipse.jface.text with parameters of type MouseEvent
 void PaintManager. mouseDoubleClick ( MouseEvent e)
           
 void PaintManager. mouseDown ( MouseEvent e)
           
 void PaintManager. mouseUp ( MouseEvent e)
           
 

Uses of MouseEvent in org.eclipse.jface.text.hyperlink
 

Methods in org.eclipse.jface.text.hyperlink with parameters of type MouseEvent
 void HyperlinkManager. mouseDoubleClick ( MouseEvent e)
           
 void HyperlinkManager. mouseDown ( MouseEvent event)
           
 void HyperlinkManager. mouseEnter ( MouseEvent e)
          Sent when the mouse pointer passes into the area of the screen covered by a control.
 void HyperlinkManager. mouseExit ( MouseEvent e)
          Sent when the mouse pointer passes out of the area of the screen covered by a control.
 void HyperlinkManager. mouseHover ( MouseEvent e)
          Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
 void HyperlinkManager. mouseMove ( MouseEvent event)
           
 void HyperlinkManager. mouseUp ( MouseEvent e)
           
 

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

Methods in org.eclipse.jface.text.source with parameters of type MouseEvent
 void AnnotationBarHoverManager.Closer. mouseDoubleClick ( MouseEvent event)
          Deprecated.  
 void AnnotationBarHoverManager.Closer. mouseDown ( MouseEvent event)
          Deprecated.  
 void AnnotationBarHoverManager.Closer. mouseExit ( MouseEvent event)
          Deprecated.  
 void AnnotationBarHoverManager.Closer. mouseMove ( MouseEvent event)
          Deprecated.  
 void AnnotationBarHoverManager.Closer. mouseUp ( MouseEvent event)
          Deprecated.  
 

Uses of MouseEvent in org.eclipse.jface.viewers
 

Constructors in org.eclipse.jface.viewers with parameters of type MouseEvent
ColumnViewerEditorActivationEvent ( ViewerCell cell, MouseEvent event)
          This constructor is used for all types of mouse events.
 

Uses of MouseEvent in org.eclipse.swt.events
 

Subclasses of MouseEvent in org.eclipse.swt.events
 class DragDetectEvent
          Instances of this class are sent as a result of a drag gesture.
 

Methods in org.eclipse.swt.events with parameters of type MouseEvent
 void MouseAdapter. mouseDoubleClick ( MouseEvent e)
          Sent when a mouse button is pressed twice within the (operating system specified) double click period.
 void MouseListener. mouseDoubleClick ( MouseEvent e)
          Sent when a mouse button is pressed twice within the (operating system specified) double click period.
 void MouseAdapter. mouseDown ( MouseEvent e)
          Sent when a mouse button is pressed.
 void MouseListener. mouseDown ( MouseEvent e)
          Sent when a mouse button is pressed.
 void MouseTrackListener. mouseEnter ( MouseEvent e)
          Sent when the mouse pointer passes into the area of the screen covered by a control.
 void MouseTrackAdapter. mouseEnter ( MouseEvent e)
          Sent when the mouse pointer passes into the area of the screen covered by a control.
 void MouseTrackListener. mouseExit ( MouseEvent e)
          Sent when the mouse pointer passes out of the area of the screen covered by a control.
 void MouseTrackAdapter. mouseExit ( MouseEvent e)
          Sent when the mouse pointer passes out of the area of the screen covered by a control.
 void MouseTrackListener. mouseHover ( MouseEvent e)
          Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
 void MouseTrackAdapter. mouseHover ( MouseEvent e)
          Sent when the mouse pointer hovers (that is, stops moving for an (operating system specified) period of time) over a control.
 void MouseMoveListener. mouseMove ( MouseEvent e)
          Sent when the mouse moves.
 void MouseWheelListener. mouseScrolled ( MouseEvent e)
          Sent when the mouse wheel is scrolled.
 void MouseAdapter. mouseUp ( MouseEvent e)
          Sent when a mouse button is released.
 void MouseListener. mouseUp ( MouseEvent e)
          Sent when a mouse button is released.
 

Uses of MouseEvent in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets with parameters of type MouseEvent
 boolean Control. dragDetect ( MouseEvent event)
          Detects a drag and drop gesture.
 

Uses of MouseEvent in org.eclipse.ui.console
 

Methods in org.eclipse.ui.console with parameters of type MouseEvent
 void TextConsoleViewer. mouseDoubleClick ( MouseEvent e)
           
 void TextConsoleViewer. mouseDown ( MouseEvent e)
           
 void TextConsoleViewer. mouseEnter ( MouseEvent e)
           
 void TextConsoleViewer. mouseExit ( MouseEvent e)
           
 void TextConsoleViewer. mouseHover ( MouseEvent e)
           
 void TextConsoleViewer. mouseMove ( MouseEvent e)
           
 void TextConsoleViewer. mouseUp ( MouseEvent e)
           
 

Uses of MouseEvent in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor with parameters of type MouseEvent
 void AbstractRulerActionDelegate. mouseDoubleClick ( MouseEvent e)
           
 void AbstractRulerActionDelegate. mouseDown ( MouseEvent e)
           
 void AbstractRulerActionDelegate. mouseUp ( MouseEvent e)
           
 


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