/[classpath]/classpath/java/awt/Choice.java
ViewVC logotype

Diff of /classpath/java/awt/Choice.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mark, Mon May 6 16:19:19 2002 UTC revision 1.9 by mkoch, Thu Sep 26 05:44:11 2002 UTC
# Line 215  insert(String item, int index) Line 215  insert(String item, int index)
215    *    *
216    * @param item The item to remove.    * @param item The item to remove.
217    *    *
218    * @param IllegalArgumentException If the specified item doesn't exist.    * @exception IllegalArgumentException If the specified item doesn't exist.
219    */    */
220  public synchronized void  public synchronized void
221  remove(String item)  remove(String item)
# Line 234  remove(String item) Line 234  remove(String item)
234    *    *
235    * @param index The index of the item to remove.    * @param index The index of the item to remove.
236    *    *
237    * @exception ArrayIndexOutOfBoundsException If the index is not valid.    * @exception IndexOutOfBoundsException If the index is not valid.
238    */    */
239  public synchronized void  public synchronized void
240  remove(int index)  remove(int index)
# Line 325  getSelectedIndex() Line 325  getSelectedIndex()
325    *    *
326    * @param index The index of the row to make selected.    * @param index The index of the row to make selected.
327    *    *
328    * @param IllegalArgumentException If the specified index is invalid.    * @exception IllegalArgumentException If the specified index is invalid.
329    */    */
330  public synchronized void  public synchronized void
331  select(int index)  select(int index)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26