<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.awt.Event
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.Dimension.html#_top_">Previous</a>  <a href="java.awt.EventQueue.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.Event
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----java.awt.Event
</pre>
<hr>
<dl>
  <dt> public class <b>Event</b>
  <dt> extends <a href="java.lang.Object.html#_top_">Object</a>
  <dt> implements <a href="java.io.Serializable.html#_top_">Serializable</a>
</dl>
<code>Event</code> is a platform-independent class that  
 encapsulates events from the platform's Graphical User 
 Interface in the Java&nbsp;1.0 event model. In Java&nbsp;1.1 
 and later versions, the <code>Event</code> class is maintained 
 only for backwards compatibilty. The information in this
 class description is provided to assist programmers in
 converting Java&nbsp;1.0 programs to the new event model.
 <p>
 In the Java&nbsp;1.0 event model, an event contains an 
 <a href="#id"><code>id</code></a> field 
 that indicates what type of event it is and which other 
 <code>Event</code> variables are relevant for the event.
 <p>
 For keyboard events, <a href="#key"><code>key</code></a> 
 contains a value indicating which key was activated, and 
 <a href="#modifiers"><code>modifiers</code></a> contains the 
 modifiers for that event.  For the KEY_PRESS and KEY_RELEASE  
 event ids, the value of <code>key</code> is the unicode 
 character code for the key. For KEY_ACTION and 
 KEY_ACTION_RELEASE, the value of <code>key</code> is
 one of the defined action-key identifiers in the 
 <code>Event</code> class (<code>PGUP</code>,  
 <code>PGDN</code>, <code>F1</code>, <code>F2</code>, etc).
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ACTION_EVENT"><b>ACTION_EVENT</b></a>
  <dd>  This event indicates that the user wants some action to occur.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ALT_MASK"><b>ALT_MASK</b></a>
  <dd> 
 This flag indicates that the Alt key was down when 
 the event occurred.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#arg"><b>arg</b></a>
  <dd>  An arbitrary argument of the event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#BACK_SPACE"><b>BACK_SPACE</b></a>
  <dd>  The BackSpace key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CAPS_LOCK"><b>CAPS_LOCK</b></a>
  <dd>  The Caps Lock key, a non-ASCII action key.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#clickCount"><b>clickCount</b></a>
  <dd>  For <code>MOUSE_DOWN</code> events, this field indicates the 
 number of consecutive clicks.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CTRL_MASK"><b>CTRL_MASK</b></a>
  <dd>  This flag indicates that the Control key was down when the event 
 occurred.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DELETE"><b>DELETE</b></a>
  <dd>  The Delete key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#DOWN"><b>DOWN</b></a>
  <dd>  The Down Arrow key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#END"><b>END</b></a>
  <dd> 
 The End key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ENTER"><b>ENTER</b></a>
  <dd>  The Enter key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ESCAPE"><b>ESCAPE</b></a>
  <dd>  The Escape key.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#evt"><b>evt</b></a>
  <dd>  The next event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F1"><b>F1</b></a>
  <dd>  The F1 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F10"><b>F10</b></a>
  <dd>  The F10 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F11"><b>F11</b></a>
  <dd>  The F11 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F12"><b>F12</b></a>
  <dd>  The F12 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F2"><b>F2</b></a>
  <dd>  The F2 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F3"><b>F3</b></a>
  <dd>  The F3 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F4"><b>F4</b></a>
  <dd>  The F4 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F5"><b>F5</b></a>
  <dd>  The F5 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F6"><b>F6</b></a>
  <dd>  The F6 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F7"><b>F7</b></a>
  <dd>  The F7 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F8"><b>F8</b></a>
  <dd>  The F8 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#F9"><b>F9</b></a>
  <dd>  The F9 function key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#GOT_FOCUS"><b>GOT_FOCUS</b></a>
  <dd>  A component gained the focus.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#HOME"><b>HOME</b></a>
  <dd> 
 The Home key, a non-ASCII action key.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#id"><b>id</b></a>
  <dd>  Indicates which type of event the event is, and which 
 other <code>Event</code> variables are relevant for the event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#INSERT"><b>INSERT</b></a>
  <dd>  The Insert key, a non-ASCII action key.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#key"><b>key</b></a>
  <dd> 
 The key code of the key that was pressed in a keyboard event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#KEY_ACTION"><b>KEY_ACTION</b></a>
  <dd> 
 The user has pressed a non-ASCII <em>action</em> key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#KEY_ACTION_RELEASE"><b>KEY_ACTION_RELEASE</b></a>
  <dd> 
 The user has released a non-ASCII <em>action</em> key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#KEY_PRESS"><b>KEY_PRESS</b></a>
  <dd>  The user has pressed a normal key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#KEY_RELEASE"><b>KEY_RELEASE</b></a>
  <dd>  The user has released a normal key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#LEFT"><b>LEFT</b></a>
  <dd>  The Left Arrow key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#LIST_DESELECT"><b>LIST_DESELECT</b></a>
  <dd>  An item in a list has been deselected.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#LIST_SELECT"><b>LIST_SELECT</b></a>
  <dd>  An item in a list has been selected.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#LOAD_FILE"><b>LOAD_FILE</b></a>
  <dd>  A file loading event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#LOST_FOCUS"><b>LOST_FOCUS</b></a>
  <dd>  A component lost the focus.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#META_MASK"><b>META_MASK</b></a>
  <dd> 
 This flag indicates that the Meta key was down when the event 
 occurred.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#modifiers"><b>modifiers</b></a>
  <dd> 
 The state of the modifier keys.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MOUSE_DOWN"><b>MOUSE_DOWN</b></a>
  <dd>  The user has pressed the mouse button.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MOUSE_DRAG"><b>MOUSE_DRAG</b></a>
  <dd> 
 The user has moved the mouse with a button pressed.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MOUSE_ENTER"><b>MOUSE_ENTER</b></a>
  <dd>  The mouse has entered a component.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MOUSE_EXIT"><b>MOUSE_EXIT</b></a>
  <dd>  The mouse has exited a component.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MOUSE_MOVE"><b>MOUSE_MOVE</b></a>
  <dd>  The mouse has moved with no button pressed.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MOUSE_UP"><b>MOUSE_UP</b></a>
  <dd>  The user has released the mouse button.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#NUM_LOCK"><b>NUM_LOCK</b></a>
  <dd>  The Num Lock key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#PAUSE"><b>PAUSE</b></a>
  <dd>  The Pause key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#PGDN"><b>PGDN</b></a>
  <dd>  The Page Down key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#PGUP"><b>PGUP</b></a>
  <dd>  The Page Up key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#PRINT_SCREEN"><b>PRINT_SCREEN</b></a>
  <dd>  The Print Screen key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#RIGHT"><b>RIGHT</b></a>
  <dd>  The Right Arrow key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SAVE_FILE"><b>SAVE_FILE</b></a>
  <dd>  A file saving event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLL_ABSOLUTE"><b>SCROLL_ABSOLUTE</b></a>
  <dd>  The user has moved the bubble (thumb) in a scroll bar,
 moving to an "absolute" position, rather than to
 an offset from the last postion.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLL_BEGIN"><b>SCROLL_BEGIN</b></a>
  <dd>  The scroll begin event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLL_END"><b>SCROLL_END</b></a>
  <dd>  The scroll end event.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLL_LINE_DOWN"><b>SCROLL_LINE_DOWN</b></a>
  <dd>  The user has activated the <em>line down</em>  
 area of a scroll bar.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLL_LINE_UP"><b>SCROLL_LINE_UP</b></a>
  <dd> 
 The user has activated the <em>line up</em>  
 area of a scroll bar.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLL_LOCK"><b>SCROLL_LOCK</b></a>
  <dd>  The Scroll Lock key, a non-ASCII action key.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLL_PAGE_DOWN"><b>SCROLL_PAGE_DOWN</b></a>
  <dd>  The user has activated the <em>page down</em>  
 area of a scroll bar.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SCROLL_PAGE_UP"><b>SCROLL_PAGE_UP</b></a>
  <dd>  The user has activated the <em>page up</em>  
 area of a scroll bar.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SHIFT_MASK"><b>SHIFT_MASK</b></a>
  <dd>  This flag indicates that the Shift key was down when the event 
 occurred.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TAB"><b>TAB</b></a>
  <dd>  The Tab key.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#target"><b>target</b></a>
  <dd>  The target component.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#UP"><b>UP</b></a>
  <dd>  The Up Arrow key, a non-ASCII action key.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#when"><b>when</b></a>
  <dd>  The time stamp.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_DEICONIFY"><b>WINDOW_DEICONIFY</b></a>
  <dd> 
 The user has asked the window manager to de-iconify the window.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_DESTROY"><b>WINDOW_DESTROY</b></a>
  <dd>  The user has asked the window manager to kill the window.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_EXPOSE"><b>WINDOW_EXPOSE</b></a>
  <dd>  The user has asked the window manager to expose the window.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_ICONIFY"><b>WINDOW_ICONIFY</b></a>
  <dd> 
 The user has asked the window manager to iconify the window.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_MOVED"><b>WINDOW_MOVED</b></a>
  <dd>  The user has asked the window manager to move the window.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#x"><b>x</b></a>
  <dd> 
 The <i>x</i> coordinate of the event.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#y"><b>y</b></a>
  <dd> 
 The <i>y</i> coordinate of the event.
</dl>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#Event(java.lang.Object, int, java.lang.Object)"><b>Event</b></a>(Object, int, Object)
  <dd>  Creates an instance of <code>Event</code> with the specified  
 target component, event type, and argument.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#Event(java.lang.Object, long, int, int, int, int, int)"><b>Event</b></a>(Object, long, int, int, int, int, int)
  <dd>  Creates an instance of <code>Event</code>, with the specified target 
 component, time stamp, event type, <i>x</i> and <i>y</i> 
 coordinates, keyboard key, state of the modifier keys, and an 
 argument set to <code>null</code>.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#Event(java.lang.Object, long, int, int, int, int, int, java.lang.Object)"><b>Event</b></a>(Object, long, int, int, int, int, int, Object)
  <dd>  Creates an instance of <code>Event</code> with the specified target 
 component, time stamp, event type, <i>x</i> and <i>y</i> 
 coordinates, keyboard key, state of the modifier keys, and 
 argument.
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#controlDown()"><b>controlDown</b></a>()
  <dd>  Checks if the Control key is down.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#metaDown()"><b>metaDown</b></a>()
  <dd>  Checks if the Meta key is down.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#paramString()"><b>paramString</b></a>()
  <dd>  Returns the parameter string representing this event.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#shiftDown()"><b>shiftDown</b></a>()
  <dd>  Checks if the Shift key is down.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#toString()"><b>toString</b></a>()
  <dd>  Returns a representation of this event's values as a string.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#translate(int, int)"><b>translate</b></a>(int, int)
  <dd> 
 Translates this event so that its <i>x</i> and <i>y</i> 
 coordinates are increased by <i>dx</i> and <i>dy</i>, 
 respectively.
</dl>
<a name="variables"></a>
<h2>
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="SHIFT_MASK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SHIFT_MASK</b>
<pre>
 public static final int SHIFT_MASK
</pre>
<dl>
  <dd> This flag indicates that the Shift key was down when the event 
 occurred.<p>
</dl>
<a name="CTRL_MASK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CTRL_MASK</b>
<pre>
 public static final int CTRL_MASK
</pre>
<dl>
  <dd> This flag indicates that the Control key was down when the event 
 occurred.<p>
</dl>
<a name="META_MASK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>META_MASK</b>
<pre>
 public static final int META_MASK
</pre>
<dl>
  <dd> This flag indicates that the Meta key was down when the event 
 occurred. For mouse events, this flag indicates that the right 
 button was pressed or released.<p>
</dl>
<a name="ALT_MASK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ALT_MASK</b>
<pre>
 public static final int ALT_MASK
</pre>
<dl>
  <dd> This flag indicates that the Alt key was down when 
 the event occurred. For mouse events, this flag indicates that the 
 middle mouse button was pressed or released.<p>
</dl>
<a name="HOME"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>HOME</b>
<pre>
 public static final int HOME
</pre>
<dl>
  <dd> The Home key, a non-ASCII action key.<p>
</dl>
<a name="END"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>END</b>
<pre>
 public static final int END
</pre>
<dl>
  <dd> The End key, a non-ASCII action key.<p>
</dl>
<a name="PGUP"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>PGUP</b>
<pre>
 public static final int PGUP
</pre>
<dl>
  <dd> The Page Up key, a non-ASCII action key.<p>
</dl>
<a name="PGDN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>PGDN</b>
<pre>
 public static final int PGDN
</pre>
<dl>
  <dd> The Page Down key, a non-ASCII action key.<p>
</dl>
<a name="UP"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>UP</b>
<pre>
 public static final int UP
</pre>
<dl>
  <dd> The Up Arrow key, a non-ASCII action key.<p>
</dl>
<a name="DOWN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>DOWN</b>
<pre>
 public static final int DOWN
</pre>
<dl>
  <dd> The Down Arrow key, a non-ASCII action key.<p>
</dl>
<a name="LEFT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>LEFT</b>
<pre>
 public static final int LEFT
</pre>
<dl>
  <dd> The Left Arrow key, a non-ASCII action key.<p>
</dl>
<a name="RIGHT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>RIGHT</b>
<pre>
 public static final int RIGHT
</pre>
<dl>
  <dd> The Right Arrow key, a non-ASCII action key.<p>
</dl>
<a name="F1"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F1</b>
<pre>
 public static final int F1
</pre>
<dl>
  <dd> The F1 function key, a non-ASCII action key.<p>
</dl>
<a name="F2"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F2</b>
<pre>
 public static final int F2
</pre>
<dl>
  <dd> The F2 function key, a non-ASCII action key.<p>
</dl>
<a name="F3"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F3</b>
<pre>
 public static final int F3
</pre>
<dl>
  <dd> The F3 function key, a non-ASCII action key.<p>
</dl>
<a name="F4"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F4</b>
<pre>
 public static final int F4
</pre>
<dl>
  <dd> The F4 function key, a non-ASCII action key.<p>
</dl>
<a name="F5"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F5</b>
<pre>
 public static final int F5
</pre>
<dl>
  <dd> The F5 function key, a non-ASCII action key.<p>
</dl>
<a name="F6"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F6</b>
<pre>
 public static final int F6
</pre>
<dl>
  <dd> The F6 function key, a non-ASCII action key.<p>
</dl>
<a name="F7"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F7</b>
<pre>
 public static final int F7
</pre>
<dl>
  <dd> The F7 function key, a non-ASCII action key.<p>
</dl>
<a name="F8"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F8</b>
<pre>
 public static final int F8
</pre>
<dl>
  <dd> The F8 function key, a non-ASCII action key.<p>
</dl>
<a name="F9"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F9</b>
<pre>
 public static final int F9
</pre>
<dl>
  <dd> The F9 function key, a non-ASCII action key.<p>
</dl>
<a name="F10"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F10</b>
<pre>
 public static final int F10
</pre>
<dl>
  <dd> The F10 function key, a non-ASCII action key.<p>
</dl>
<a name="F11"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F11</b>
<pre>
 public static final int F11
</pre>
<dl>
  <dd> The F11 function key, a non-ASCII action key.<p>
</dl>
<a name="F12"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>F12</b>
<pre>
 public static final int F12
</pre>
<dl>
  <dd> The F12 function key, a non-ASCII action key.<p>
</dl>
<a name="PRINT_SCREEN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>PRINT_SCREEN</b>
<pre>
 public static final int PRINT_SCREEN
</pre>
<dl>
  <dd> The Print Screen key, a non-ASCII action key.<p>
</dl>
<a name="SCROLL_LOCK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLL_LOCK</b>
<pre>
 public static final int SCROLL_LOCK
</pre>
<dl>
  <dd> The Scroll Lock key, a non-ASCII action key.<p>
</dl>
<a name="CAPS_LOCK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CAPS_LOCK</b>
<pre>
 public static final int CAPS_LOCK
</pre>
<dl>
  <dd> The Caps Lock key, a non-ASCII action key.<p>
</dl>
<a name="NUM_LOCK"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>NUM_LOCK</b>
<pre>
 public static final int NUM_LOCK
</pre>
<dl>
  <dd> The Num Lock key, a non-ASCII action key.<p>
</dl>
<a name="PAUSE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>PAUSE</b>
<pre>
 public static final int PAUSE
</pre>
<dl>
  <dd> The Pause key, a non-ASCII action key.<p>
</dl>
<a name="INSERT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>INSERT</b>
<pre>
 public static final int INSERT
</pre>
<dl>
  <dd> The Insert key, a non-ASCII action key.<p>
</dl>
<a name="ENTER"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ENTER</b>
<pre>
 public static final int ENTER
</pre>
<dl>
  <dd> The Enter key.<p>
</dl>
<a name="BACK_SPACE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>BACK_SPACE</b>
<pre>
 public static final int BACK_SPACE
</pre>
<dl>
  <dd> The BackSpace key.<p>
</dl>
<a name="TAB"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TAB</b>
<pre>
 public static final int TAB
</pre>
<dl>
  <dd> The Tab key.<p>
</dl>
<a name="ESCAPE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ESCAPE</b>
<pre>
 public static final int ESCAPE
</pre>
<dl>
  <dd> The Escape key.<p>
</dl>
<a name="DELETE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>DELETE</b>
<pre>
 public static final int DELETE
</pre>
<dl>
  <dd> The Delete key.<p>
</dl>
<a name="WINDOW_DESTROY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_DESTROY</b>
<pre>
 public static final int WINDOW_DESTROY
</pre>
<dl>
  <dd> The user has asked the window manager to kill the window.<p>
</dl>
<a name="WINDOW_EXPOSE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_EXPOSE</b>
<pre>
 public static final int WINDOW_EXPOSE
</pre>
<dl>
  <dd> The user has asked the window manager to expose the window.<p>
</dl>
<a name="WINDOW_ICONIFY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_ICONIFY</b>
<pre>
 public static final int WINDOW_ICONIFY
</pre>
<dl>
  <dd> The user has asked the window manager to iconify the window.<p>
</dl>
<a name="WINDOW_DEICONIFY"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_DEICONIFY</b>
<pre>
 public static final int WINDOW_DEICONIFY
</pre>
<dl>
  <dd> The user has asked the window manager to de-iconify the window.<p>
</dl>
<a name="WINDOW_MOVED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_MOVED</b>
<pre>
 public static final int WINDOW_MOVED
</pre>
<dl>
  <dd> The user has asked the window manager to move the window.<p>
</dl>
<a name="KEY_PRESS"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>KEY_PRESS</b>
<pre>
 public static final int KEY_PRESS
</pre>
<dl>
  <dd> The user has pressed a normal key.<p>
</dl>
<a name="KEY_RELEASE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>KEY_RELEASE</b>
<pre>
 public static final int KEY_RELEASE
</pre>
<dl>
  <dd> The user has released a normal key.<p>
</dl>
<a name="KEY_ACTION"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>KEY_ACTION</b>
<pre>
 public static final int KEY_ACTION
</pre>
<dl>
  <dd> The user has pressed a non-ASCII <em>action</em> key.  
 The <code>key</code> field contains a value that indicates
 that the event occurred on one of the action keys, which
 comprise the 12 function keys, the arrow (cursor) keys,
 Page Up, Page Down, Home, End, Print Screen, Scroll Lock,
 Caps Lock, Num Lock, Pause, and Insert.<p>
</dl>
<a name="KEY_ACTION_RELEASE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>KEY_ACTION_RELEASE</b>
<pre>
 public static final int KEY_ACTION_RELEASE
</pre>
<dl>
  <dd> The user has released a non-ASCII <em>action</em> key.  
 The <code>key</code> field contains a value that indicates
 that the event occurred on one of the action keys, which
 comprise the 12 function keys, the arrow (cursor) keys,
 Page Up, Page Down, Home, End, Print Screen, Scroll Lock,
 Caps Lock, Num Lock, Pause, and Insert.<p>
</dl>
<a name="MOUSE_DOWN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>MOUSE_DOWN</b>
<pre>
 public static final int MOUSE_DOWN
</pre>
<dl>
  <dd> The user has pressed the mouse button. The <code>ALT_MASK</code> 
 flag indicates that the middle button has been pressed. 
 The <code>META_MASK</code>flag indicates that the 
 right button has been pressed.<p>
  <dd><dl> 
    <dt> <b>See Also:</b>
    <dd> <a href="#ALT_MASK">ALT_MASK</a>, <a href="#META_MASK">META_MASK</a>
  </dl></dd>
</dl>
<a name="MOUSE_UP"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>MOUSE_UP</b>
<pre>
 public static final int MOUSE_UP
</pre>
<dl>
  <dd> The user has released the mouse button. The <code>ALT_MASK</code> 
 flag indicates that the middle button has been released. 
 The <code>META_MASK</code>flag indicates that the 
 right button has been released.<p>
  <dd><dl> 
    <dt> <b>See Also:</b>
    <dd> <a href="#ALT_MASK">ALT_MASK</a>, <a href="#META_MASK">META_MASK</a>
  </dl></dd>
</dl>
<a name="MOUSE_MOVE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>MOUSE_MOVE</b>
<pre>
 public static final int MOUSE_MOVE
</pre>
<dl>
  <dd> The mouse has moved with no button pressed.<p>
</dl>
<a name="MOUSE_ENTER"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>MOUSE_ENTER</b>
<pre>
 public static final int MOUSE_ENTER
</pre>
<dl>
  <dd> The mouse has entered a component.<p>
</dl>
<a name="MOUSE_EXIT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>MOUSE_EXIT</b>
<pre>
 public static final int MOUSE_EXIT
</pre>
<dl>
  <dd> The mouse has exited a component.<p>
</dl>
<a name="MOUSE_DRAG"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>MOUSE_DRAG</b>
<pre>
 public static final int MOUSE_DRAG
</pre>
<dl>
  <dd> The user has moved the mouse with a button pressed. The 
 <code>ALT_MASK</code> flag indicates that the middle 
 button is being pressed. The <code>META_MASK</code> flag indicates 
 that the right button is being pressed.<p>
  <dd><dl> 
    <dt> <b>See Also:</b>
    <dd> <a href="#ALT_MASK">ALT_MASK</a>, <a href="#META_MASK">META_MASK</a>
  </dl></dd>
</dl>
<a name="SCROLL_LINE_UP"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLL_LINE_UP</b>
<pre>
 public static final int SCROLL_LINE_UP
</pre>
<dl>
  <dd> The user has activated the <em>line up</em>  
 area of a scroll bar.<p>
</dl>
<a name="SCROLL_LINE_DOWN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLL_LINE_DOWN</b>
<pre>
 public static final int SCROLL_LINE_DOWN
</pre>
<dl>
  <dd> The user has activated the <em>line down</em>  
 area of a scroll bar.<p>
</dl>
<a name="SCROLL_PAGE_UP"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLL_PAGE_UP</b>
<pre>
 public static final int SCROLL_PAGE_UP
</pre>
<dl>
  <dd> The user has activated the <em>page up</em>  
 area of a scroll bar.<p>
</dl>
<a name="SCROLL_PAGE_DOWN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLL_PAGE_DOWN</b>
<pre>
 public static final int SCROLL_PAGE_DOWN
</pre>
<dl>
  <dd> The user has activated the <em>page down</em>  
 area of a scroll bar.<p>
</dl>
<a name="SCROLL_ABSOLUTE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLL_ABSOLUTE</b>
<pre>
 public static final int SCROLL_ABSOLUTE
</pre>
<dl>
  <dd> The user has moved the bubble (thumb) in a scroll bar,
 moving to an "absolute" position, rather than to
 an offset from the last postion.<p>
</dl>
<a name="SCROLL_BEGIN"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLL_BEGIN</b>
<pre>
 public static final int SCROLL_BEGIN
</pre>
<dl>
  <dd> The scroll begin event.<p>
</dl>
<a name="SCROLL_END"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SCROLL_END</b>
<pre>
 public static final int SCROLL_END
</pre>
<dl>
  <dd> The scroll end event.<p>
</dl>
<a name="LIST_SELECT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>LIST_SELECT</b>
<pre>
 public static final int LIST_SELECT
</pre>
<dl>
  <dd> An item in a list has been selected.<p>
</dl>
<a name="LIST_DESELECT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>LIST_DESELECT</b>
<pre>
 public static final int LIST_DESELECT
</pre>
<dl>
  <dd> An item in a list has been deselected.<p>
</dl>
<a name="ACTION_EVENT"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ACTION_EVENT</b>
<pre>
 public static final int ACTION_EVENT
</pre>
<dl>
  <dd> This event indicates that the user wants some action to occur.<p>
</dl>
<a name="LOAD_FILE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>LOAD_FILE</b>
<pre>
 public static final int LOAD_FILE
</pre>
<dl>
  <dd> A file loading event.<p>
</dl>
<a name="SAVE_FILE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>SAVE_FILE</b>
<pre>
 public static final int SAVE_FILE
</pre>
<dl>
  <dd> A file saving event.<p>
</dl>
<a name="GOT_FOCUS"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>GOT_FOCUS</b>
<pre>
 public static final int GOT_FOCUS
</pre>
<dl>
  <dd> A component gained the focus.<p>
</dl>
<a name="LOST_FOCUS"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>LOST_FOCUS</b>
<pre>
 public static final int LOST_FOCUS
</pre>
<dl>
  <dd> A component lost the focus.<p>
</dl>
<a name="target"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>target</b>
<pre>
 public <a href="java.lang.Object.html#_top_">Object</a> target
</pre>
<dl>
  <dd> The target component. This indicates the component over which the 
 event occurred or with which the event is associated.<p>
</dl>
<a name="when"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>when</b>
<pre>
 public long when
</pre>
<dl>
  <dd> The time stamp.<p>
</dl>
<a name="id"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>id</b>
<pre>
 public int id
</pre>
<dl>
  <dd> Indicates which type of event the event is, and which 
 other <code>Event</code> variables are relevant for the event.<p>
</dl>
<a name="x"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>x</b>
<pre>
 public int x
</pre>
<dl>
  <dd> The <i>x</i> coordinate of the event.<p>
</dl>
<a name="y"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>y</b>
<pre>
 public int y
</pre>
<dl>
  <dd> The <i>y</i> coordinate of the event.<p>
</dl>
<a name="key"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>key</b>
<pre>
 public int key
</pre>
<dl>
  <dd> The key code of the key that was pressed in a keyboard event.<p>
</dl>
<a name="modifiers"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>modifiers</b>
<pre>
 public int modifiers
</pre>
<dl>
  <dd> The state of the modifier keys.
 <p>
 NOTE:  changing the modifier keys is not recommended, because many
 native implementations do not recognize modifier changes.  This is
 especially true when the shift modifier is changed.<p>
</dl>
<a name="clickCount"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>clickCount</b>
<pre>
 public int clickCount
</pre>
<dl>
  <dd> For <code>MOUSE_DOWN</code> events, this field indicates the 
 number of consecutive clicks. For other events, its value is 
 <code>0</code>.<p>
</dl>
<a name="arg"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>arg</b>
<pre>
 public <a href="java.lang.Object.html#_top_">Object</a> arg
</pre>
<dl>
  <dd> An arbitrary argument of the event. The value of this field 
 depends on the type of event.<p>
</dl>
<a name="evt"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>evt</b>
<pre>
 public <a href="#_top_">Event</a> evt
</pre>
<dl>
  <dd> The next event. This field is set when putting events into a 
 linked list.<p>
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="Event"></a>
<a name="Event(java.lang.Object, long, int, int, int, int, int, java.lang.Object)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>Event</b>
<pre>
 public Event(<a href="java.lang.Object.html#_top_">Object</a> target,
              long when,
              int id,
              int x,
              int y,
              int key,
              int modifiers,
              <a href="java.lang.Object.html#_top_">Object</a> arg)
</pre>
<dl>
  <dd> Creates an instance of <code>Event</code> with the specified target 
 component, time stamp, event type, <i>x</i> and <i>y</i> 
 coordinates, keyboard key, state of the modifier keys, and 
 argument.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the target component.
    <dd> when - the time stamp.
    <dd> id - the event type.
    <dd> x - the <i>x</i> coordinate.
    <dd> y - the <i>y</i> coordinate.
    <dd> key - the key pressed in a keyboard event.
    <dd> modifiers - the state of the modifier keys.
    <dd> arg - the specified argument.
  </dl></dd>
</dl>
<a name="Event(java.lang.Object, long, int, int, int, int, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>Event</b>
<pre>
 public Event(<a href="java.lang.Object.html#_top_">Object</a> target,
              long when,
              int id,
              int x,
              int y,
              int key,
              int modifiers)
</pre>
<dl>
  <dd> Creates an instance of <code>Event</code>, with the specified target 
 component, time stamp, event type, <i>x</i> and <i>y</i> 
 coordinates, keyboard key, state of the modifier keys, and an 
 argument set to <code>null</code>.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the target component.
    <dd> when - the time stamp.
    <dd> id - the event type.
    <dd> x - the <i>x</i> coordinate.
    <dd> y - the <i>y</i> coordinate.
    <dd> key - the key pressed in a keyboard event.
    <dd> modifiers - the state of the modifier keys.
  </dl></dd>
</dl>
<a name="Event(java.lang.Object, int, java.lang.Object)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>Event</b>
<pre>
 public Event(<a href="java.lang.Object.html#_top_">Object</a> target,
              int id,
              <a href="java.lang.Object.html#_top_">Object</a> arg)
</pre>
<dl>
  <dd> Creates an instance of <code>Event</code> with the specified  
 target component, event type, and argument.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> target - the target component.
    <dd> id - the event type.
    <dd> arg - the specified argument.
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="translate(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="translate"><b>translate</b></a>
<pre>
 public void translate(int x,
                       int y)
</pre>
<dl>
  <dd> Translates this event so that its <i>x</i> and <i>y</i> 
 coordinates are increased by <i>dx</i> and <i>dy</i>, 
 respectively. 
 <p>
 This method translates an event relative to the given component. 
 This involves, at a minimum, translating the coordinates into the
 local coordinate system of the given component. It may also involve
 translating a region in the case of an expose event.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> dx - the distance to translate the <i>x</i> coordinate.
    <dd> dy - the distance to translate the <i>y</i> coordinate.
  </dl></dd>
</dl>
<a name="shiftDown()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="shiftDown"><b>shiftDown</b></a>
<pre>
 public boolean shiftDown()
</pre>
<dl>
  <dd> Checks if the Shift key is down.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> <code>true</code> if the key is down;
            <code>false</code> otherwise.
    <dt> <b>See Also:</b>
    <dd> <a href="#modifiers">modifiers</a>, <a href="#controlDown">controlDown</a>, <a href="#metaDown">metaDown</a>
  </dl></dd>
</dl>
<a name="controlDown()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="controlDown"><b>controlDown</b></a>
<pre>
 public boolean controlDown()
</pre>
<dl>
  <dd> Checks if the Control key is down.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> <code>true</code> if the key is down;
            <code>false</code> otherwise.
    <dt> <b>See Also:</b>
    <dd> <a href="#modifiers">modifiers</a>, <a href="#shiftDown">shiftDown</a>, <a href="#metaDown">metaDown</a>
  </dl></dd>
</dl>
<a name="metaDown()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="metaDown"><b>metaDown</b></a>
<pre>
 public boolean metaDown()
</pre>
<dl>
  <dd> Checks if the Meta key is down.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> <code>true</code> if the key is down;
            <code>false</code> otherwise.
    <dt> <b>See Also:</b>
    <dd> <a href="#modifiers">modifiers</a>, <a href="#shiftDown">shiftDown</a>, <a href="#controlDown">controlDown</a>
  </dl></dd>
</dl>
<a name="paramString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="paramString"><b>paramString</b></a>
<pre>
 protected <a href="java.lang.String.html#_top_">String</a> paramString()
</pre>
<dl>
  <dd> Returns the parameter string representing this event. 
 This string is useful for debugging.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the parameter string of this event.
  </dl></dd>
</dl>
<a name="toString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="toString"><b>toString</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> toString()
</pre>
<dl>
  <dd> Returns a representation of this event's values as a string.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> a string that represents the event and the values
                 of its member fields.
    <dt> <b>Overrides:</b>
    <dd> <a href="java.lang.Object.html#toString()">toString</a> in class <a href="java.lang.Object.html#_top_">Object</a>
    <dt> <b>See Also:</b>
    <dd> <a href="#paramString">paramString</a>
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.html">This Package</a>  <a href="java.awt.Dimension.html#_top_">Previous</a>  <a href="java.awt.EventQueue.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
