Module javafx.base
Package javafx.collections
Contains the essential JavaFX collections and collection utilities
-
Interface Summary Interface Description ArrayChangeListener<T extends ObservableArray<T>> Interface that receives notifications of changes to an ObservableArray.ListChangeListener<E> Interface that receives notifications of changes to an ObservableList.MapChangeListener<K,V> Interface that receives notifications of changes to an ObservableMap.ObservableArray<T extends ObservableArray<T>> ObservableArrayis an array that allows listeners to track changes when they occur.ObservableFloatArray ObservableFloatArrayis afloat[]array that allows listeners to track changes when they occur.ObservableIntegerArray ObservableIntegerArrayis anint[]array that allows listeners to track changes when they occur.ObservableList<E&g