<!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.ContainerEvent
</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.ContainerAdapter.html#_top_">Previous</a>  <a href="java.awt.event.FocusAdapter.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.awt.event.ContainerEvent
</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.ContainerEvent
</pre>
<hr>
<dl>
  <dt> public class <b>ContainerEvent</b>
  <dt> extends <a href="java.awt.event.ComponentEvent.html#_top_">ComponentEvent</a>
</dl>
The class for container-level events.
 These events are provided for notification purposes ONLY;
 The AWT will automatically handle container add and remove
 operations internally.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.awt.event.ContainerListener.html#_top_">ContainerListener</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="#COMPONENT_ADDED"><b>COMPONENT_ADDED</b></a>
  <dd>  The component moved event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#COMPONENT_REMOVED"><b>COMPONENT_REMOVED</b></a>
  <dd>  The component resized event type.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CONTAINER_FIRST"><b>CONTAINER_FIRST</b></a>
  <dd>  Marks the first integer id for the range of container event ids.
  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#CONTAINER_LAST"><b>CONTAINER_LAST</b></a>
  <dd>  Marks the last integer id for the range of container event ids.
</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="#ContainerEvent(java.awt.Component, int, java.awt.Component)"><b>ContainerEvent</b></a>(Component, int, Component)
  <dd>  Constructs a ContainerEvent object with the specified source
 container, type, and child which is being added or removed.
</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="#getChild()"><b>getChild</b></a>()
  <dd>  Returns the child component that was added or removed in
 this event.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getContainer()"><b>getContainer</b></a>()
  <dd>  Returns the container 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="CONTAINER_FIRST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CONTAINER_FIRST</b>
<pre>
 public static final int CONTAINER_FIRST
</pre>
<dl>
  <dd> Marks the first integer id for the range of container event ids.<p>
</dl>
<a name="CONTAINER_LAST"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>CONTAINER_LAST</b>
<pre>
 public static final int CONTAINER_LAST
</pre>
<dl>
  <dd> Marks the last integer id for the range of container event ids.<p>
</dl>
<a name="COMPONENT_ADDED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>COMPONENT_ADDED</b>
<pre>
 public static final int COMPONENT_ADDED
</pre>
<dl>
  <dd> The component moved event type.<p>
</dl>
<a name="COMPONENT_REMOVED"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a>
<b>COMPONENT_REMOVED</b>
<pre>
 public static final int COMPONENT_REMOVED
</pre>
<dl>
  <dd> The component resized event type.<p>
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="ContainerEvent"></a>
<a name="ContainerEvent(java.awt.Component, int, java.awt.Component)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ContainerEvent</b>
<pre>
 public ContainerEvent(<a href="java.awt.Component.html#_top_">Component</a> source,
                       int id,
                       <a href="java.awt.Component.html#_top_">Component</a> child)
</pre>
<dl>
  <dd> Constructs a ContainerEvent object with the specified source
 container, type, and child which is being added or removed.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> source - the container 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="getContainer()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getContainer"><b>getContainer</b></a>
<pre>
 public <a href="java.awt.Container.html#_top_">Container</a> getContainer()
</pre>
<dl>
  <dd> Returns the container where this event originated.
<p>
</dl>
<a name="getChild()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getChild"><b>getChild</b></a>
<pre>
 public <a href="java.awt.Component.html#_top_">Component</a> getChild()
</pre>
<dl>
  <dd> Returns the child component that was added or removed in
 this 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.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.ContainerAdapter.html#_top_">Previous</a>  <a href="java.awt.event.FocusAdapter.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
