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

Diff of /classpath/java/awt/List.java

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

revision 1.13 by mkoch, Sat Feb 15 09:29:17 2003 UTC revision 1.14 by mkoch, Sun Mar 2 19:28:14 2003 UTC
# Line 299  setMultipleMode(boolean multipleMode) Line 299  setMultipleMode(boolean multipleMode)
299    *    *
300    * @param multipleMode <code>true</code> to enable multiple mode,    * @param multipleMode <code>true</code> to enable multiple mode,
301    * <code>false</code> otherwise.    * <code>false</code> otherwise.
302      *
303      * @deprecated
304    */    */
305  public void  public void
306  setMultipleSelections(boolean multipleMode)  setMultipleSelections(boolean multipleMode)
# Line 523  addItem(String item, int index) Line 525  addItem(String item, int index)
525    * @param index The index of the item to delete.    * @param index The index of the item to delete.
526    *    *
527    * @exception IllegalArgumentException If the index is not valid    * @exception IllegalArgumentException If the index is not valid
528      *
529      * @deprecated
530    */    */
531  public void  public void
532  delItem(int index) throws IllegalArgumentException  delItem(int index) throws IllegalArgumentException

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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