<!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>
  Interface java.awt.peer.ComponentPeer
</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.peer.html">This Package</a>  <a href="java.awt.peer.ChoicePeer.html#_top_">Previous</a>  <a href="java.awt.peer.ContainerPeer.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.awt.peer.ComponentPeer
</h1>
<dl>
  <dt> public interface <b>ComponentPeer</b>
</dl>
<hr>
<a name="index"></a>
<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="#checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>checkImage</b></a>(Image, int, int, ImageObserver)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createImage(java.awt.image.ImageProducer)"><b>createImage</b></a>(ImageProducer)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#createImage(int, int)"><b>createImage</b></a>(int, int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#disable()"><b>disable</b></a>()
  <dd>  DEPRECATED:  Replaced by setEnabled(boolean).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#dispose()"><b>dispose</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#enable()"><b>enable</b></a>()
  <dd>  DEPRECATED:  Replaced by setEnabled(boolean).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getColorModel()"><b>getColorModel</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getFontMetrics(java.awt.Font)"><b>getFontMetrics</b></a>(Font)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getGraphics()"><b>getGraphics</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getLocationOnScreen()"><b>getLocationOnScreen</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMinimumSize()"><b>getMinimumSize</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getPreferredSize()"><b>getPreferredSize</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getToolkit()"><b>getToolkit</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#handleEvent(java.awt.AWTEvent)"><b>handleEvent</b></a>(AWTEvent)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#hide()"><b>hide</b></a>()
  <dd>  DEPRECATED:  Replaced by setVisible(boolean).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#isFocusTraversable()"><b>isFocusTraversable</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#minimumSize()"><b>minimumSize</b></a>()
  <dd>  DEPRECATED:  Replaced by getMinimumSize().
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#paint(java.awt.Graphics)"><b>paint</b></a>(Graphics)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#preferredSize()"><b>preferredSize</b></a>()
  <dd>  DEPRECATED:  Replaced by getPreferredSize().
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><b>prepareImage</b></a>(Image, int, int, ImageObserver)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#print(java.awt.Graphics)"><b>print</b></a>(Graphics)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#repaint(long, int, int, int, int)"><b>repaint</b></a>(long, int, int, int, int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#requestFocus()"><b>requestFocus</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#reshape(int, int, int, int)"><b>reshape</b></a>(int, int, int, int)
  <dd>  DEPRECATED:  Replaced by setBounds(int, int, int, int).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setBackground(java.awt.Color)"><b>setBackground</b></a>(Color)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setBounds(int, int, int, int)"><b>setBounds</b></a>(int, int, int, int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setCursor(java.awt.Cursor)"><b>setCursor</b></a>(Cursor)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setEnabled(boolean)"><b>setEnabled</b></a>(boolean)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setFont(java.awt.Font)"><b>setFont</b></a>(Font)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setForeground(java.awt.Color)"><b>setForeground</b></a>(Color)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setVisible(boolean)"><b>setVisible</b></a>(boolean)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#show()"><b>show</b></a>()
  <dd>  DEPRECATED:  Replaced by setVisible(boolean).
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="setVisible(boolean)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setVisible"><b>setVisible</b></a>
<pre>
 public abstract void setVisible(boolean b)
</pre>
<a name="setEnabled(boolean)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setEnabled"><b>setEnabled</b></a>
<pre>
 public abstract void setEnabled(boolean b)
</pre>
<a name="paint(java.awt.Graphics)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="paint"><b>paint</b></a>
<pre>
 public abstract void paint(<a href="java.awt.Graphics.html#_top_">Graphics</a> g)
</pre>
<a name="repaint(long, int, int, int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="repaint"><b>repaint</b></a>
<pre>
 public abstract void repaint(long tm,
                              int x,
                              int y,
                              int width,
                              int height)
</pre>
<a name="print(java.awt.Graphics)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="print"><b>print</b></a>
<pre>
 public abstract void print(<a href="java.awt.Graphics.html#_top_">Graphics</a> g)
</pre>
<a name="setBounds(int, int, int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setBounds"><b>setBounds</b></a>
<pre>
 public abstract void setBounds(int x,
                                int y,
                                int width,
                                int height)
</pre>
<a name="handleEvent(java.awt.AWTEvent)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="handleEvent"><b>handleEvent</b></a>
<pre>
 public abstract void handleEvent(<a href="java.awt.AWTEvent.html#_top_">AWTEvent</a> e)
</pre>
<a name="getLocationOnScreen()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getLocationOnScreen"><b>getLocationOnScreen</b></a>
<pre>
 public abstract <a href="java.awt.Point.html#_top_">Point</a> getLocationOnScreen()
</pre>
<a name="getPreferredSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getPreferredSize"><b>getPreferredSize</b></a>
<pre>
 public abstract <a href="java.awt.Dimension.html#_top_">Dimension</a> getPreferredSize()
</pre>
<a name="getMinimumSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getMinimumSize"><b>getMinimumSize</b></a>
<pre>
 public abstract <a href="java.awt.Dimension.html#_top_">Dimension</a> getMinimumSize()
</pre>
<a name="getColorModel()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getColorModel"><b>getColorModel</b></a>
<pre>
 public abstract <a href="java.awt.image.ColorModel.html#_top_">ColorModel</a> getColorModel()
</pre>
<a name="getToolkit()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getToolkit"><b>getToolkit</b></a>
<pre>
 public abstract <a href="java.awt.Toolkit.html#_top_">Toolkit</a> getToolkit()
</pre>
<a name="getGraphics()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getGraphics"><b>getGraphics</b></a>
<pre>
 public abstract <a href="java.awt.Graphics.html#_top_">Graphics</a> getGraphics()
</pre>
<a name="getFontMetrics(java.awt.Font)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getFontMetrics"><b>getFontMetrics</b></a>
<pre>
 public abstract <a href="java.awt.FontMetrics.html#_top_">FontMetrics</a> getFontMetrics(<a href="java.awt.Font.html#_top_">Font</a> font)
</pre>
<a name="dispose()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="dispose"><b>dispose</b></a>
<pre>
 public abstract void dispose()
</pre>
<a name="setForeground(java.awt.Color)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setForeground"><b>setForeground</b></a>
<pre>
 public abstract void setForeground(<a href="java.awt.Color.html#_top_">Color</a> c)
</pre>
<a name="setBackground(java.awt.Color)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setBackground"><b>setBackground</b></a>
<pre>
 public abstract void setBackground(<a href="java.awt.Color.html#_top_">Color</a> c)
</pre>
<a name="setFont(java.awt.Font)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setFont"><b>setFont</b></a>
<pre>
 public abstract void setFont(<a href="java.awt.Font.html#_top_">Font</a> f)
</pre>
<a name="setCursor(java.awt.Cursor)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setCursor"><b>setCursor</b></a>
<pre>
 public abstract void setCursor(<a href="java.awt.Cursor.html#_top_">Cursor</a> cursor)
</pre>
<a name="requestFocus()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="requestFocus"><b>requestFocus</b></a>
<pre>
 public abstract void requestFocus()
</pre>
<a name="isFocusTraversable()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="isFocusTraversable"><b>isFocusTraversable</b></a>
<pre>
 public abstract boolean isFocusTraversable()
</pre>
<a name="createImage(java.awt.image.ImageProducer)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createImage"><b>createImage</b></a>
<pre>
 public abstract <a href="java.awt.Image.html#_top_">Image</a> createImage(<a href="java.awt.image.ImageProducer.html#_top_">ImageProducer</a> producer)
</pre>
<a name="createImage(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="createImage"><b>createImage</b></a>
<pre>
 public abstract <a href="java.awt.Image.html#_top_">Image</a> createImage(int width,
                                   int height)
</pre>
<a name="prepareImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="prepareImage"><b>prepareImage</b></a>
<pre>
 public abstract boolean prepareImage(<a href="java.awt.Image.html#_top_">Image</a> img,
                                      int w,
                                      int h,
                                      <a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a> o)
</pre>
<a name="checkImage(java.awt.Image, int, int, java.awt.image.ImageObserver)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="checkImage"><b>checkImage</b></a>
<pre>
 public abstract int checkImage(<a href="java.awt.Image.html#_top_">Image</a> img,
                                int w,
                                int h,
                                <a href="java.awt.image.ImageObserver.html#_top_">ImageObserver</a> o)
</pre>
<a name="preferredSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="preferredSize"><b>preferredSize</b></a>
<pre>
 public abstract <a href="java.awt.Dimension.html#_top_">Dimension</a> preferredSize()
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by getPreferredSize().
<p>
</dl>
<a name="minimumSize()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="minimumSize"><b>minimumSize</b></a>
<pre>
 public abstract <a href="java.awt.Dimension.html#_top_">Dimension</a> minimumSize()
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by getMinimumSize().
<p>
</dl>
<a name="show()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="show"><b>show</b></a>
<pre>
 public abstract void show()
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by setVisible(boolean).
<p>
</dl>
<a name="hide()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="hide"><b>hide</b></a>
<pre>
 public abstract void hide()
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by setVisible(boolean).
<p>
</dl>
<a name="enable()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="enable"><b>enable</b></a>
<pre>
 public abstract void enable()
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by setEnabled(boolean).
<p>
</dl>
<a name="disable()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="disable"><b>disable</b></a>
<pre>
 public abstract void disable()
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by setEnabled(boolean).
<p>
</dl>
<a name="reshape(int, int, int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="reshape"><b>reshape</b></a>
<pre>
 public abstract void reshape(int x,
                              int y,
                              int width,
                              int height)
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by setBounds(int, int, int, int).
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.awt.peer.html">This Package</a>  <a href="java.awt.peer.ChoicePeer.html#_top_">Previous</a>  <a href="java.awt.peer.ContainerPeer.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
