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

JTree.AccessibleJTree.getAccessibleIndexInParent always returns 0.

XMLWordPrintable

    • sparc
    • solaris_2.5.1



      Name: aaC67449 Date: 08/31/98



      JTree.AccessibleJTree.getAccessibleIndexInParent always returns 0.

      See source code:"
              /**
               * Get the index of this object in its accessible parent.
               *
               * @return the index of this object in its parent; -1 if this
               * object does not have an accessible parent.
               * @see #getAccessibleParent
               */
              public int getAccessibleIndexInParent() {
                  return 0;
              }
       "

      But should return correct index or -1.


      ======================================================================

            pkorn Peter Korn (Inactive)
            aalievsunw Artem Aliev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: