Wraps a JavaFX ListExpression.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class BufferBinding[E]class ReadOnlyBufferProperty[E]class BufferProperty[E]class ReadOnlyBufferWrapper[E]
Members list
Value members
Concrete methods
A boolean property that is true, if the the buffer is empty.
A boolean property that is true, if the the buffer is empty.
Attributes
Creates a new BooleanBinding that holds true if this list is equal to another ObservableBuffer.
Creates a new BooleanBinding that holds true if this list is equal to another ObservableBuffer.
Value parameters
- other
-
the other ObservableList
Attributes
- Returns
-
the new BooleanBinding
Creates a new BooleanBinding that holds true if this list is not equal to another ObservableBuffer.
Creates a new BooleanBinding that holds true if this list is not equal to another ObservableBuffer.
Value parameters
- other
-
the other ObservableList
Attributes
- Returns
-
the new BooleanBinding
Clears the ObservableBuffer and add all the elements passed as var-args.
Clears the ObservableBuffer and add all the elements passed as var-args.
Attributes
Clears the ObservableBuffer and add all elements from the collection.
Clears the ObservableBuffer and add all elements from the collection.
Attributes
An integer property that represents the size of the buffer.
An integer property that represents the size of the buffer.