<!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.TextComponentPeer
</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.TextAreaPeer.html#_top_">Previous</a>  <a href="java.awt.peer.TextFieldPeer.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.awt.peer.TextComponentPeer
</h1>
<dl>
  <dt> public interface <b>TextComponentPeer</b>
  <dt> extends <a href="java.awt.peer.ComponentPeer.html#_top_">ComponentPeer</a>
</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="#getCaretPosition()"><b>getCaretPosition</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getSelectionEnd()"><b>getSelectionEnd</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getSelectionStart()"><b>getSelectionStart</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getText()"><b>getText</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#select(int, int)"><b>select</b></a>(int, int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setCaretPosition(int)"><b>setCaretPosition</b></a>(int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setEditable(boolean)"><b>setEditable</b></a>(boolean)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setText(java.lang.String)"><b>setText</b></a>(String)
  <dd> 
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="setEditable(boolean)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setEditable"><b>setEditable</b></a>
<pre>
 public abstract void setEditable(boolean editable)
</pre>
<a name="getText()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getText"><b>getText</b></a>
<pre>
 public abstract <a href="java.lang.String.html#_top_">String</a> getText()
</pre>
<a name="setText(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setText"><b>setText</b></a>
<pre>
 public abstract void setText(<a href="java.lang.String.html#_top_">String</a> l)
</pre>
<a name="getSelectionStart()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getSelectionStart"><b>getSelectionStart</b></a>
<pre>
 public abstract int getSelectionStart()
</pre>
<a name="getSelectionEnd()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getSelectionEnd"><b>getSelectionEnd</b></a>
<pre>
 public abstract int getSelectionEnd()
</pre>
<a name="select(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="select"><b>select</b></a>
<pre>
 public abstract void select(int selStart,
                             int selEnd)
</pre>
<a name="setCaretPosition(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setCaretPosition"><b>setCaretPosition</b></a>
<pre>
 public abstract void setCaretPosition(int pos)
</pre>
<a name="getCaretPosition()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getCaretPosition"><b>getCaretPosition</b></a>
<pre>
 public abstract int getCaretPosition()
</pre>
<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.TextAreaPeer.html#_top_">Previous</a>  <a href="java.awt.peer.TextFieldPeer.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
