-
Bug
-
Resolution: Fixed
-
P2
-
1.2.0
-
swing1.0fcs
-
unknown
-
solaris_2.5.1
From: Ralf Kempkens <###@###.###>
To: ###@###.###
Subject: Bad method interface in JList
Date: Fri, 30 Jan 1998 16:27:57 +0100
Swing Version 0.7:
boolean parameter in JList.getValueIsAdjusting(boolean) is unused.
(see JList.java line 1112)
/**
* Returns the value of the data model's isAdjusting property.
* This value is true if multiple changes are being made.
*
* @return true if multiple selection-changes are occuring, as
* when the mouse is being dragged over the list
* @see ListSelectionModel#getValueIsAdjusting
*/
public boolean getValueIsAdjusting(boolean b) {
return getSelectionModel().getValueIsAdjusting();
}
--
=====================================================================
Ralf Kempkens
Fraunhofer Einrichtung fuer | Tel: +49 (6301) 707-136
Experimentelles Software Engineering | Fax: +49 (6301) 707-202
Sauerwiesen 6 | email: ###@###.###
D-67691 Kaiserslautern | WWW: http://www.iese.fhg.de
To: ###@###.###
Subject: Bad method interface in JList
Date: Fri, 30 Jan 1998 16:27:57 +0100
Swing Version 0.7:
boolean parameter in JList.getValueIsAdjusting(boolean) is unused.
(see JList.java line 1112)
/**
* Returns the value of the data model's isAdjusting property.
* This value is true if multiple changes are being made.
*
* @return true if multiple selection-changes are occuring, as
* when the mouse is being dragged over the list
* @see ListSelectionModel#getValueIsAdjusting
*/
public boolean getValueIsAdjusting(boolean b) {
return getSelectionModel().getValueIsAdjusting();
}
--
=====================================================================
Ralf Kempkens
Fraunhofer Einrichtung fuer | Tel: +49 (6301) 707-136
Experimentelles Software Engineering | Fax: +49 (6301) 707-202
Sauerwiesen 6 | email: ###@###.###
D-67691 Kaiserslautern | WWW: http://www.iese.fhg.de