< prev index next >

modules/javafx.base/src/main/java/javafx/collections/transformation/FilteredList.java

Print this page
rev 10292 : 8173385: spelling errors in JavaFX javadoc
Reviewed-by: aghaisas

*** 38,48 **** import javafx.beans.property.ObjectPropertyBase; import javafx.collections.ListChangeListener.Change; import javafx.collections.ObservableList; /** ! * Wraps an ObservableList and filters it's content using the provided Predicate. * All changes in the ObservableList are propagated immediately * to the FilteredList. * * @see TransformationList * @since JavaFX 8.0 --- 38,48 ---- import javafx.beans.property.ObjectPropertyBase; import javafx.collections.ListChangeListener.Change; import javafx.collections.ObservableList; /** ! * Wraps an ObservableList and filters its content using the provided Predicate. * All changes in the ObservableList are propagated immediately * to the FilteredList. * * @see TransformationList * @since JavaFX 8.0
< prev index next >