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

[Charts] PieChart.Data NodeProperty

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 8u20
    • 8u20
    • javafx

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:
              Imported: