Wraps a JavaFX FilteredList.
Wraps a JavaFX SortedList.
A base class for all buffers that wraps other buffers in a way that changes the buffer's elements, order, size or generally it's structure.
A base class for all buffers that wraps other buffers in a way that changes the buffer's elements, order, size or generally it's structure. If the source list is observable, a listener is automatically added to it and the events are delegated.
Wraps a JavaFX TransformationList.
- the type parameter of this buffer.
- the upper bound of the type of the source buffer.
Contains implicit methods to convert from javafx.collections.transformation Classes to their ScalaFX counterparts.