You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/javafx.fxml/src/main/docs/javafx/fxml/doc-files/introduction_to_fxml.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -720,7 +720,7 @@ <h4><a id="collections_and_property_handlers">Special handlers for collections a
720
720
<p> Collections and object properties cannot be listen to using <spanclass="code">setOn<spanclass="variable">Event</span>()</span> methods.
721
721
For these reason, special handler methods need to be used.
722
722
<spanclass="code">ObservableList</span>, <spanclass="code">ObservableMap</span> or <spanclass="code">ObservableSet</span>
723
-
uses a special <spanclass="code">onChange</span> attribute that points to a handler method with a <spanclass="code">ListChangeListner.Change</span>, <spanclass="code">MapChangeListener.Change</span> or <spanclass="code">SetChangeListener.Change</span> parameter respectively.
723
+
uses a special <spanclass="code">onChange</span> attribute that points to a handler method with a <spanclass="code">ListChangeListener.Change</span>, <spanclass="code">MapChangeListener.Change</span> or <spanclass="code">SetChangeListener.Change</span> parameter, respectively.
0 commit comments