-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better support for ObservableList changes:
* Add ListChange, TransientListChange and MaterializedListChange interfaces. These provide a simpler model for list changes than javafx.collections.ListChangeListener.Change. * Expose ListChangeAccumulator. * Add EventStreams.simpleChangesOf(ObservableList) factory method.
- Loading branch information
1 parent
3fbd6af
commit 7f4b77a
Showing
7 changed files
with
319 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
133 changes: 0 additions & 133 deletions
133
reactfx/src/main/java/org/reactfx/inhibeans/collection/SingleListChange.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.