| Package | Description | 
|---|---|
| javafx.beans.binding | 
 Characteristics of Bindings 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static IntegerBinding | 
Bindings.size(ObservableArray op)
Creates a new  
IntegerBinding that contains the size
 of an ObservableArray. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
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 for  
ObservableArray implementations. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ObservableFloatArray
ObservableFloatArray is a float[] array that allows listeners
 to track changes when they occur. | 
interface  | 
ObservableIntegerArray
ObservableIntegerArray is a int[] array that allows listeners
 to track changes when they occur. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ObservableArrayBase<T extends ObservableArray<T>>
Abstract class that serves as a base class for  
ObservableArray implementations. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ObservableFaceArray
ObservableFaceArray is a int[] array that allows listeners
 to track changes when they occur. | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.