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 MouseEvent

java.lang.Object
  extended byjava.util.EventObject
      extended by

org.eclipse.draw2d.InputEvent
          extended by
org.eclipse.draw2d.MouseEvent
All Implemented Interfaces:
java.io.Serializable

public class MouseEvent
extends InputEvent

An event caused by the user interacting with the mouse.

See Also:
Serialized Form

Field Summary
 int button
          The button that was pressed or released: {1, 2, 3}.
 int x
          The X coordinate of the mouse event.
 int y
          The Y coordinate of the mouse event.
 
Fields inherited from class org.eclipse.draw2d. InputEvent
ALT, ANY_BUTTON, BUTTON1, BUTTON2, BUTTON3, BUTTON4, BUTTON5, CONTROL, SHIFT
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
  Point getLocation ()
           
 java.lang.String toString ()
           
 
Methods inherited from class org.eclipse.draw2d. InputEvent
consume, getState, isConsumed
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x
The X coordinate of the mouse event.


y

public int y
The Y coordinate of the mouse event.


button

public int button
The button that was pressed or released: {1, 2, 3}.

Method Detail

getLocation

public 
Point getLocation()
Returns:
the location of this mouse event

toString

public java.lang.String toString()
See Also:
Object.toString()

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