[Charts] PieChart.Data NodeProperty

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 8u20
    • Affects Version/s: 8u20
    • Component/s: javafx

      The ObjectProperty<Node> is private:
      private ObjectProperty<Node> nodeProperty() { return node; }

      it is possible to make it public
      or repleace with a ReadOnlyObjectProperty

      public ReadOnlyObjectProperty nodeProperty() { return chart.getReadOnlyProperty(); }

      I need the Property to add a ChangeListener

            Assignee:
            Martin Sládeček
            Reporter:
            Senf Dazu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: