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 Draw2d
3.3

org.eclipse.draw2d
Class MouseMotionListener.Stub

java.lang.Object
  extended by
org.eclipse.draw2d.MouseMotionListener.Stub
All Implemented Interfaces:
MouseMotionListener
Enclosing class:
MouseMotionListener

public static class MouseMotionListener.Stub
extends java.lang.Object
implements MouseMotionListener

An empty implementation of MouseMotionListener for convenience.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.draw2d. MouseMotionListener
MouseMotionListener.Stub
 
Constructor Summary
MouseMotionListener.Stub ()
           
 
Method Summary
 void mouseDragged ( MouseEvent me)
          Called when the mouse has moved over the listened to object while a button was pressed.
 void mouseEntered ( MouseEvent me)
          Called when the mouse has entered the listened to object.
 void mouseExited ( MouseEvent me)
          Called when the mouse has exited the listened to object.
 void mouseHover ( MouseEvent me)
          Called when the mouse hovers over the listened to object.
 void mouseMoved ( MouseEvent me)
          Called when the mouse has moved over the listened to object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MouseMotionListener.Stub

public MouseMotionListener.Stub()
Method Detail

mouseDragged

public void mouseDragged(
MouseEvent me)
Description copied from interface: MouseMotionListener
Called when the mouse has moved over the listened to object while a button was pressed.

Specified by:
mouseDragged in interface MouseMotionListener
Parameters:
me - The MouseEvent object
See Also:
MouseMotionListener.mouseDragged(MouseEvent)

mouseEntered

public void mouseEntered(
MouseEvent me)
Description copied from interface: MouseMotionListener
Called when the mouse has entered the listened to object.

Specified by:
mouseEntered in interface MouseMotionListener
Parameters:
me - The MouseEvent object
See Also:
MouseMotionListener.mouseEntered(MouseEvent)

mouseExited

public void mouseExited(
MouseEvent me)
Description copied from interface: MouseMotionListener
Called when the mouse has exited the listened to object.

Specified by:
mouseExited in interface MouseMotionListener
Parameters:
me - The MouseEvent object
See Also:
MouseMotionListener.mouseExited(MouseEvent)

mouseMoved

public void mouseMoved(
MouseEvent me)
Description copied from interface: MouseMotionListener
Called when the mouse has moved over the listened to object.

Specified by:
mouseMoved in interface MouseMotionListener
Parameters:
me - The MouseEvent object
See Also:
MouseMotionListener.mouseMoved(MouseEvent)

mouseHover

public void mouseHover(
MouseEvent me)
Description copied from interface: MouseMotionListener
Called when the mouse hovers over the listened to object.

Specified by:
mouseHover in interface MouseMotionListener
Parameters:
me - The MouseEvent object
See Also:
MouseMotionListener.mouseHover(MouseEvent)

Eclipse Draw2d
3.3

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire