<!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.TextEvent
</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="java.awt.event.PaintEvent.html#_top_">Previous</a>  <a href="java.awt.event.WindowAdapter.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.event.TextEvent
</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.TextEvent
</pre>
<hr>
<dl>
  <dt> public class <b>TextEvent</b>
  <dt> extends <a href="java.awt.AWTEvent.html#_top_">AWTEvent</a>
</dl>
The text event emitted by TextComponents.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.TextComponent.html#_top_">TextComponent</a>, TextEventListener
</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="#TEXT_FIRST"><b>TEXT_FIRST</b></a>
  <dd>  Marks the first integer id for the range of adjustment event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TEXT_LAST"><b>TEXT_LAST</b></a>
  <dd>  Marks the last integer id for the range of adjustment event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TEXT_VALUE_CHANGED"><b>TEXT_VALUE_CHANGED</b></a>
  <dd>  The adjustment value changed 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="#TextEvent(java.lang.Object, int)"><b>TextEvent</b></a>(Object, int)
  <dd>  Constructs a TextEvent object with the specified TextComponent source,
 and type.
</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="#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="TEXT_FIRST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TEXT_FIRST</b>
<pre>
 public static final int TEXT_FIRST
</pre>
<dl>
  <dd> Marks the first integer id for the range of adjustment event ids.<p>
</dl>
<a name="TEXT_LAST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TEXT_LAST</b>
<pre>
 public static final int TEXT_LAST
</pre>
<dl>
  <dd> Marks the last integer id for the range of adjustment event ids.<p>
</dl>
<a name="TEXT_VALUE_CHANGED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>TEXT_VALUE_CHANGED</b>
<pre>
 public static final int TEXT_VALUE_CHANGED
</pre>
<dl>
  <dd> The adjustment value changed event.<p>
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="TextEvent"></a>
<a name="TextEvent(java.lang.Object, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>TextEvent</b>
<pre>
 public TextEvent(<a href="java.lang.Object.html#_top_">Object</a> source,
                  int id)
</pre>
<dl>
  <dd> Constructs a TextEvent object with the specified TextComponent source,
 and type.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> source - the TextComponent where the event originated
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<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="java.awt.event.PaintEvent.html#_top_">Previous</a>  <a href="java.awt.event.WindowAdapter.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
