[SwingNode] should expose a content property

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: javafx
    • Environment:

      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();

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

              Created:
              Updated:
              Imported: