Indicates an Addition in an ObservableBuffer.
Trait that indicates a Change in an ObservableBuffer.
Indicates a Removal in an ObservableBuffer.
Indicates a Reordering in an ObservableBuffer.
Indicates an Update in an ObservableBuffer.
Creates a new ObservableBuffer from a sequence of elements.
Creates a new ObservableBuffer from a sequence of elements.
Sequence of elements
new ObservableBuffer from items
The standard CanBuildFrom instance for ObservableBuffer objects.
Concatenates more ObservableBuffer's into one.
Concatenates more ObservableBuffer's into one.
Buffer to concatenate
Fills the provided Buffer with obj.
Fills the provided Buffer with obj. Fires only one change notification on the Buffer.
Buffer to Fill
the object to fill the Buffer with
The default builder for ObservableBuffer objects.
The default builder for ObservableBuffer objects.
Extracts an ObservableList from an ObservableBuffer.
Extracts an ObservableList from an ObservableBuffer.
ObservableBuffer
Revert the order in the ObservableBuffer.
Revert the order in the ObservableBuffer. Fires only one change notification on the list.
Implementation note: This method uses
reverse
method from
javafx.collections.FXCollections.
It is not called reverse to not confuse with method with same name from scala.collection.mutable.Buffer
Buffer to be reverted.
Rotates the Buffer by distance.
Rotates the Buffer by distance. Fires only one change notification on the Buffer.
the Buffer to be rotated
the distance of rotation
Shuffles all elements in the ObservableBuffer.
Shuffles all elements in the ObservableBuffer. Fires only one change notification on the Buffer.
Buffer to be shuffled
the random generator used for shuffling
Shuffles all elements in the ObservableBuffer.
Shuffles all elements in the ObservableBuffer. Fires only one change notification on the Buffer.
Buffer to be shuffled
Companion Object for scalafx.collections.ObservableBuffer.