<!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.WindowEvent
</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.WindowAdapter.html#_top_">Previous</a>  <a href="Package-java.awt.event.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.event.WindowEvent
</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>
                   |
                   +----<a href="java.awt.event.ComponentEvent.html#_top_">java.awt.event.ComponentEvent</a>
                           |
                           +----java.awt.event.WindowEvent
</pre>
<hr>
<dl>
  <dt> public class <b>WindowEvent</b>
  <dt> extends <a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
</dl>
The window-level event.
<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="#WINDOW_ACTIVATED"><b>WINDOW_ACTIVATED</b></a>
  <dd>  The window activated event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_CLOSED"><b>WINDOW_CLOSED</b></a>
  <dd>  The window closed event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_CLOSING"><b>WINDOW_CLOSING</b></a>
  <dd>  The window closing event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_DEACTIVATED"><b>WINDOW_DEACTIVATED</b></a>
  <dd>  The window deactivated event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_DEICONIFIED"><b>WINDOW_DEICONIFIED</b></a>
  <dd>  The window deiconified event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_FIRST"><b>WINDOW_FIRST</b></a>
  <dd>  Marks the first integer id for the range of window event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_ICONIFIED"><b>WINDOW_ICONIFIED</b></a>
  <dd>  The window iconified event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_LAST"><b>WINDOW_LAST</b></a>
  <dd>  Marks the last integer id for the range of window event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#WINDOW_OPENED"><b>WINDOW_OPENED</b></a>
  <dd>  The window opened event type.
</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="#WindowEvent(java.awt.Window, int)"><b>WindowEvent</b></a>(Window, int)
  <dd>  Constructs a WindowEvent object with the specified source window 
 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="#getWindow()"><b>getWindow</b></a>()
  <dd>  Returns the window where this event originated.
  <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="WINDOW_FIRST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_FIRST</b>
<pre>
 public static final int WINDOW_FIRST
</pre>
<dl>
  <dd> Marks the first integer id for the range of window event ids.<p>
</dl>
<a name="WINDOW_LAST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_LAST</b>
<pre>
 public static final int WINDOW_LAST
</pre>
<dl>
  <dd> Marks the last integer id for the range of window event ids.<p>
</dl>
<a name="WINDOW_OPENED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_OPENED</b>
<pre>
 public static final int WINDOW_OPENED
</pre>
<dl>
  <dd> The window opened event type.  This event is delivered only
 the first time a window is made visible.<p>
</dl>
<a name="WINDOW_CLOSING"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_CLOSING</b>
<pre>
 public static final int WINDOW_CLOSING
</pre>
<dl>
  <dd> The window closing event type. This event is delivered when
 the user selects "Quit" from the window's system menu.  If
 the program does not explicitly hide or destroy the window as
 a result of this event, the window close operation will be
 cancelled.<p>
</dl>
<a name="WINDOW_CLOSED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_CLOSED</b>
<pre>
 public static final int WINDOW_CLOSED
</pre>
<dl>
  <dd> The window closed event type. This event is delivered after
 the window has been closed as the result of a call to hide or
 destroy.<p>
</dl>
<a name="WINDOW_ICONIFIED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_ICONIFIED</b>
<pre>
 public static final int WINDOW_ICONIFIED
</pre>
<dl>
  <dd> The window iconified event type.<p>
</dl>
<a name="WINDOW_DEICONIFIED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_DEICONIFIED</b>
<pre>
 public static final int WINDOW_DEICONIFIED
</pre>
<dl>
  <dd> The window deiconified event type.<p>
</dl>
<a name="WINDOW_ACTIVATED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_ACTIVATED</b>
<pre>
 public static final int WINDOW_ACTIVATED
</pre>
<dl>
  <dd> The window activated event type.<p>
</dl>
<a name="WINDOW_DEACTIVATED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>WINDOW_DEACTIVATED</b>
<pre>
 public static final int WINDOW_DEACTIVATED
</pre>
<dl>
  <dd> The window deactivated event type.<p>
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="WindowEvent"></a>
<a name="WindowEvent(java.awt.Window, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>WindowEvent</b>
<pre>
 public WindowEvent(<a href="java.awt.Window.html#_top_">Window</a> source,
                    int id)
</pre>
<dl>
  <dd> Constructs a WindowEvent object with the specified source window 
 and type.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> source - the component 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="getWindow()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getWindow"><b>getWindow</b></a>
<pre>
 public <a href="java.awt.Window.html#_top_">Window</a> getWindow()
</pre>
<dl>
  <dd> Returns the window where this event originated.
<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.event.ComponentEvent.html#paramString()">paramString</a> in class <a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</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.WindowAdapter.html#_top_">Previous</a>  <a href="Package-java.awt.event.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
