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

[SwingNode] should expose a content property

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • javafx
    • JDK 1.8.0 b98 64bit, JavaFX 8.0, Windows 7 64bit, NetBeans 7.3

      Currently SwingNode's content can be accessed and set using the getContent() and setContent() method. However the class should expose a property that allows to access its content and put listeners on it:

      public ReadOnlyObjectProperty<JComponent> contentProperty();

      or

      public ObjectProperty<JComponent> contentProperty();

            Unassigned Unassigned
            fbouyajfx Fabrice Bouyé (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported: