summaryrefslogtreecommitdiff
path: root/libjava/java/awt/List.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2003-03-02 19:24:49 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2003-03-02 19:24:49 +0000
commit98461c58558374f3ffaef5e4b231dff2c8b39131 (patch)
tree3894b9705ef6c7658709ba9a17339f75dad2f186 /libjava/java/awt/List.java
parentb059c02a6440937fc7885cfadce908133b0f2e90 (diff)
2003-03-02 Michael Koch <konqueror@gmx.de>
* java/awt/List.java (setMultipleSelections): Deprecated. (delItem): Deprecated. * java/awt/MenuComponent.java (getPeer): Deprecated. * java/awt/ScrollPane.java (addNotify): getPeer() is deprecated. Use isDisplayable() instead. * java/awt/dnd/MouseDragGestureRecognizer.java (mouseClicked): Added comment. (mousePressed): Added comment. (mouseReleased): Added comment. (mouseEntered): Added comment. (mouseExited): Added comment. (mouseDragged): Added comment. (mouseMoved): Added comment. * java/awt/event/KeyEvent.java (KeyEvent): Deprecated. (setModifiers): Deprecated. From-SVN: r63672
Diffstat (limited to 'libjava/java/awt/List.java')
-rw-r--r--libjava/java/awt/List.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/java/awt/List.java b/libjava/java/awt/List.java
index 9e59041f781..b57cc89f555 100644
--- a/libjava/java/awt/List.java
+++ b/libjava/java/awt/List.java
@@ -299,6 +299,8 @@ setMultipleMode(boolean multipleMode)
*
* @param multipleMode <code>true</code> to enable multiple mode,
* <code>false</code> otherwise.
+ *
+ * @deprecated
*/
public void
setMultipleSelections(boolean multipleMode)
@@ -523,6 +525,8 @@ addItem(String item, int index)
* @param index The index of the item to delete.
*
* @exception IllegalArgumentException If the index is not valid
+ *
+ * @deprecated
*/
public void
delItem(int index) throws IllegalArgumentException