<!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.ActionEvent
</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.event.html">This Package</a>  <a href="Package-java.awt.event.html">Previous</a>  <a href="java.awt.event.AdjustmentEvent.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.event.ActionEvent
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.util.EventObject.html#_top_">java.util.EventObject</a>
           |
           +----<a href="java.awt.AWTEvent.html#_top_">java.awt.AWTEvent</a>
                   |
                   +----java.awt.event.ActionEvent
</pre>
<hr>
<dl>
  <dt> public class <b>ActionEvent</b>
  <dt> extends <a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
</dl>
The action semantic event.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.event.ActionListener.html#_top_">ActionListener</a>
</dl>
<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_FIRST"><b>ACTION_FIRST</b></a>
  <dd>  Marks the first integer id for the range of action event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ACTION_LAST"><b>ACTION_LAST</b></a>
  <dd>  Marks the last integer id for the range of action event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ACTION_PERFORMED"><b>ACTION_PERFORMED</b></a>
  <dd>  An action performed event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ALT_MASK"><b>ALT_MASK</b></a>
  <dd> 
 The alt modifier constant.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CTRL_MASK"><b>CTRL_MASK</b></a>
  <dd>  The control modifier constant.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#META_MASK"><b>META_MASK</b></a>
  <dd> 
 The meta modifier constant.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SHIFT_MASK"><b>SHIFT_MASK</b></a>
  <dd>  The shift modifier constant.
</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="#ActionEvent(java.lang.Object, int, java.lang.String)"><b>ActionEvent</b></a>(Object, int, String)
  <dd>  Constructs an ActionEvent object with the specified source object.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ActionEvent(java.lang.Object, int, java.lang.String, int)"><b>ActionEvent</b></a>(Object, int, String, int)
  <dd>  Constructs an ActionEvent object with the specified source object.
</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="#getActionCommand()"><b>getActionCommand</b></a>()
  <dd>  Returns the command name associated with this action.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getModifiers()"><b>getModifiers</b></a>()
  <dd>  Returns the modifiers held down during this action event.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#paramString()"><b>paramString</b></a>()
  <dd> 
</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> The shift modifier constant.<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> The control modifier constant.<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> The meta modifier constant.<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> The alt modifier constant.<p>
</dl>
<a name="ACTION_FIRST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ACTION_FIRST</b>
<pre>
 public static final int ACTION_FIRST
</pre>
<dl>
  <dd> Marks the first integer id for the range of action event ids.<p>
</dl>
<a name="ACTION_LAST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ACTION_LAST</b>
<pre>
 public static final int ACTION_LAST
</pre>
<dl>
  <dd> Marks the last integer id for the range of action event ids.<p>
</dl>
<a name="ACTION_PERFORMED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>ACTION_PERFORMED</b>
<pre>
 public static final int ACTION_PERFORMED
</pre>
<dl>
  <dd> An action performed event type.<p>
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="ActionEvent"></a>
<a name="ActionEvent(java.lang.Object, int, java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ActionEvent</b>
<pre>
 public ActionEvent(<a href="java.lang.Object.html#_top_">Object</a> source,
                    int id,
                    <a href="java.lang.String.html#_top_">String</a> command)
</pre>
<dl>
  <dd> Constructs an ActionEvent object with the specified source object.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> source - the object where the event originated
    <dd> id - the type of event
    <dd> command - the command string for this action event
  </dl></dd>
</dl>
<a name="ActionEvent(java.lang.Object, int, java.lang.String, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ActionEvent</b>
<pre>
 public ActionEvent(<a href="java.lang.Object.html#_top_">Object</a> source,
                    int id,
                    <a href="java.lang.String.html#_top_">String</a> command,
                    int modifiers)
</pre>
<dl>
  <dd> Constructs an ActionEvent object with the specified source object.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> source - the object where the event originated
    <dd> id - the type of event
    <dd> command - the command string for this action event
    <dd> modifiers - the modifiers held down during this action
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getActionCommand()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getActionCommand"><b>getActionCommand</b></a>
<pre>
 public <a href="java.lang.String.html#_top_">String</a> getActionCommand()
</pre>
<dl>
  <dd> Returns the command name associated with this action.
<p>
</dl>
<a name="getModifiers()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getModifiers"><b>getModifiers</b></a>
<pre>
 public int getModifiers()
</pre>
<dl>
  <dd> Returns the modifiers held down during this action event.
<p>
</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>
 public <a href="java.lang.String.html#_top_">String</a> paramString()
</pre>
<dl>
  <dd><dl>
    <dt> <b>Overrides:</b>
    <dd> <a href="java.awt.AWTEvent.html#paramString()">paramString</a> in class <a href="java.awt.AWTEvent.html#_top_">AWTEvent</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.event.html">This Package</a>  <a href="Package-java.awt.event.html">Previous</a>  <a href="java.awt.event.AdjustmentEvent.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
