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

[Accessibility API] remove getAccessible() and the Accessible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u40
    • 8u40
    • javafx
    • None

      Remove javafx.scene.accessibility.Accessible, Node#getAccessible(), and Scene#getAccessible()

      The ideas was first tracked here:
      https://wiki.openjdk.java.net/display/OpenJFX/A11y+TODO
      -Hide getAccessible() and the Accessible class from public API (IGNORE, see next item)
      -Why do we even need the Accessible class? It only delegates to PlatformAccessible. In Node/Scene we always override its methods and actually delegate to their acc*() counter-parts. So why not use the PlatformAccessible directly.

            fheidric Felipe Heidrich (Inactive)
            fheidric Felipe Heidrich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: