Uses of Interface
javafx.collections.ObservableArray
| Package | Description | 
|---|---|
| javafx.beans.binding | Provides classes that create and operate on a  Bindingthat calculates a value that depends on one or more sources. | 
| javafx.collections | Contains the essential JavaFX collections and collection utilities | 
| javafx.scene.shape | Provides the set of 2D classes for defining and performing operations on 
objects related to two-dimensional geometry. | 
- 
Uses of ObservableArray in javafx.beans.bindingMethods in javafx.beans.binding with parameters of type ObservableArray Modifier and Type Method Description static IntegerBindingBindings. size(ObservableArray op)Creates a newIntegerBindingthat contains the size of anObservableArray.
- 
Uses of ObservableArray in javafx.collectionsClasses in javafx.collections with type parameters of type ObservableArray Modifier and Type Interface Description interfaceArrayChangeListener<T extends ObservableArray<T>>Interface that receives notifications of changes to an ObservableArray.interfaceObservableArray<T extends ObservableArray<T>>ObservableArrayis an array that allows listeners to track changes when they occur.classObservableArrayBase<T extends ObservableArray<T>>Abstract class that serves as a base class forObservableArrayimplementations.Subinterfaces of ObservableArray in javafx.collections Modifier and Type Interface Description interfaceObservableFloatArrayObservableFloatArrayis afloat[]array that allows listeners to track changes when they occur.interfaceObservableIntegerArrayObservableIntegerArrayis anint[]array that allows listeners to track changes when they occur.Classes in javafx.collections that implement ObservableArray Modifier and Type Class Description classObservableArrayBase<T extends ObservableArray<T>>Abstract class that serves as a base class forObservableArrayimplementations.
- 
Uses of ObservableArray in javafx.scene.shapeSubinterfaces of ObservableArray in javafx.scene.shape Modifier and Type Interface Description interfaceObservableFaceArrayObservableFaceArrayis anint[]array that allows listeners to track changes when they occur.