MouseEvent"

From Documentation
Line 9: Line 9:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
 
+
Represents an event cause by mouse activitly. There are two possible way to identify a mouse event. One is by coordination (<tt>getX()</tt> and <tt>getY().</tt> The other is by a logical name, called area (<tt>getArea()</tt>).
  
 
= Example =
 
= Example =

Revision as of 11:05, 27 April 2010

MouseEvent

  • Demonstration: N/A
  • Java API: MouseEvent
  • JavaScript API: N/A

Employment/Purpose

Represents an event cause by mouse activitly. There are two possible way to identify a mouse event. One is by coordination (getX() and getY(). The other is by a logical name, called area (getArea()).

Example

Supported events

Name
Event Type
None None

Supported Children

*N/A

Use cases

Version Description Example Location
5.0+    

Version History

Version Date Content
5.x.x x/x/20xx Initialization



Last Update : 2010/04/27

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.