Seeking FXML examples with the "onChange" attribute defined for ObservableList, ObservableMap, ObservableSet ...

Rony G. Flatscher Rony.Flatscher at wu.ac.at
Tue Jul 28 11:18:36 UTC 2020


Hi Nir,

    On 27.07.2020 22:39, Nir Lisker wrote:
    > Hi Rony,
    >
    > I think that this PR is not the place for this question since it only fixes a typo there.

sorry, my bad, not realizing that the reply will be taken as part of the PR! This time with a proper
new e-mail.

---

In <https://github.com/openjdk/jfx/pull/274> there are corrections for the text relating to
documenting the "onChange" attribute for "ObservableList" supplying a "ListChangeListener.Change"
[1], "ObservableMap" supplying a "MapChangeListener.Change" [2] or "ObservableSet" supplying a
"SetChangeListener.Change" [3].

Does anyone have FXML examples for defining the "onChange" attribute for any of the three
Observable{List|Map|Set}?

---rony

[1] "ListChangeListener.Change":
<https://docs.oracle.com/javase/8/javafx/api/javafx/collections/ListChangeListener.Change.html>
[2] "MapChangeListener.Change": 
<https://docs.oracle.com/javase/8/javafx/api/javafx/collections/MapChangeListener.Change.html>
[3] "SetChangeListener.Change":
<https://docs.oracle.com/javase/8/javafx/api/javafx/collections/SetChangeListener.Change.html>



More information about the openjfx-dev mailing list