Uses of Interface
javafx.collections.ObservableArray
Package
Description
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources.Contains the essential JavaFX collections and collection utilities
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
-
Uses of ObservableArray in javafx.beans.binding
Modifier and TypeMethodDescriptionstatic IntegerBinding
Bindings.size
(ObservableArray op) Creates a newIntegerBinding
that contains the size of anObservableArray
. -
Uses of ObservableArray in javafx.collections
Modifier and TypeInterfaceDescriptioninterface
ArrayChangeListener<T extends ObservableArray<T>>
Interface that receives notifications of changes to an ObservableArray.interface
ObservableArray<T extends ObservableArray<T>>
ObservableArray
is an array that allows listeners to track changes when they occur.class
ObservableArrayBase<T extends ObservableArray<T>>
Abstract class that serves as a base class forObservableArray
implementations.Modifier and TypeInterfaceDescriptioninterface
ObservableFloatArray
is afloat[]
array that allows listeners to track changes when they occur.interface
ObservableIntegerArray
is anint[]
array that allows listeners to track changes when they occur.Modifier and TypeClassDescriptionclass
ObservableArrayBase<T extends ObservableArray<T>>
Abstract class that serves as a base class forObservableArray
implementations. -
Uses of ObservableArray in javafx.scene.shape
Modifier and TypeInterfaceDescriptioninterface
ObservableFaceArray
is anint[]
array that allows listeners to track changes when they occur.