<!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.ListPeer
</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.LightweightPeer.html#_top_">Previous</a>  <a href="java.awt.peer.MenuBarPeer.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface java.awt.peer.ListPeer
</h1>
<dl>
  <dt> public interface <b>ListPeer</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="#add(java.lang.String, int)"><b>add</b></a>(String, int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#addItem(java.lang.String, int)"><b>addItem</b></a>(String, int)
  <dd>  DEPRECATED:  Replaced by add(String, int).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#clear()"><b>clear</b></a>()
  <dd>  DEPRECATED:  Replaced by removeAll().
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#delItems(int, int)"><b>delItems</b></a>(int, int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#deselect(int)"><b>deselect</b></a>(int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMinimumSize(int)"><b>getMinimumSize</b></a>(int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getPreferredSize(int)"><b>getPreferredSize</b></a>(int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getSelectedIndexes()"><b>getSelectedIndexes</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#makeVisible(int)"><b>makeVisible</b></a>(int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#minimumSize(int)"><b>minimumSize</b></a>(int)
  <dd>  DEPRECATED:  Replaced by getMinimumSize(int).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#preferredSize(int)"><b>preferredSize</b></a>(int)
  <dd>  DEPRECATED:  Replaced by getPreferredSize(int).
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#removeAll()"><b>removeAll</b></a>()
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#select(int)"><b>select</b></a>(int)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setMultipleMode(boolean)"><b>setMultipleMode</b></a>(boolean)
  <dd> 
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#setMultipleSelections(boolean)"><b>setMultipleSelections</b></a>(boolean)
  <dd>  DEPRECATED:  Replaced by setMultipleMode(boolean).
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getSelectedIndexes()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getSelectedIndexes"><b>getSelectedIndexes</b></a>
<pre>
 public abstract int[] getSelectedIndexes()
</pre>
<a name="add(java.lang.String, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="add"><b>add</b></a>
<pre>
 public abstract void add(<a href="java.lang.String.html#_top_">String</a> item,
                          int index)
</pre>
<a name="delItems(int, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="delItems"><b>delItems</b></a>
<pre>
 public abstract void delItems(int start,
                               int end)
</pre>
<a name="removeAll()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="removeAll"><b>removeAll</b></a>
<pre>
 public abstract void removeAll()
</pre>
<a name="select(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 index)
</pre>
<a name="deselect(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="deselect"><b>deselect</b></a>
<pre>
 public abstract void deselect(int index)
</pre>
<a name="makeVisible(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="makeVisible"><b>makeVisible</b></a>
<pre>
 public abstract void makeVisible(int index)
</pre>
<a name="setMultipleMode(boolean)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setMultipleMode"><b>setMultipleMode</b></a>
<pre>
 public abstract void setMultipleMode(boolean b)
</pre>
<a name="getPreferredSize(int)"><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(int rows)
</pre>
<a name="getMinimumSize(int)"><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(int rows)
</pre>
<a name="addItem(java.lang.String, int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="addItem"><b>addItem</b></a>
<pre>
 public abstract void addItem(<a href="java.lang.String.html#_top_">String</a> item,
                              int index)
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by add(String, int).
<p>
</dl>
<a name="clear()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="clear"><b>clear</b></a>
<pre>
 public abstract void clear()
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by removeAll().
<p>
</dl>
<a name="setMultipleSelections(boolean)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="setMultipleSelections"><b>setMultipleSelections</b></a>
<pre>
 public abstract void setMultipleSelections(boolean v)
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by setMultipleMode(boolean).
<p>
</dl>
<a name="preferredSize(int)"><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(int v)
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by getPreferredSize(int).
<p>
</dl>
<a name="minimumSize(int)"><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(int v)
</pre>
<dl>
  <dd> DEPRECATED:  Replaced by getMinimumSize(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.LightweightPeer.html#_top_">Previous</a>  <a href="java.awt.peer.MenuBarPeer.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
