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

Ability for parent Containers *Listeners to be notified even if event consumed

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 1.4.0
    • client-libs

      Developers using Swing often encounter the problem of adding a Listener
      (typically Mouse or Key) to a Swing Component and notice that they don't
      get any notification. The reason this happens with some swing components
      (JTabbedPane, JComboBox ...) is because they are composite Components made
      up of other Components with Listeners attached to the children, so that if
      the Listener is added to the actual Swing component it is not notified because
      the children Components have listeners. Swing, or perhaps AWT, should offer
      support for such Composite Components that developers want to treat as if they
      were not composite components.

            Unassigned Unassigned
            svioletsunw Scott Violet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: