Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4108195

JList.getValueIsAdjusting() has a boolean arg

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.2.0
    • 1.2.0
    • client-libs
    • 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





            sswingtrsunw Swingtraq Swingtraq (Inactive)
            sswingtrsunw Swingtraq Swingtraq (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: