Uses of Interface
javafx.collections.ObservableIntegerArray
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 ObservableIntegerArray in javafx.beans.binding
Modifier and TypeMethodDescriptionstatic IntegerBinding
Bindings.integerValueAt
(ObservableIntegerArray op, int index) Creates a newIntegerBinding
that contains the element of anObservableArray
at the specified position.static IntegerBinding
Bindings.integerValueAt
(ObservableIntegerArray op, ObservableIntegerValue index) Creates a newIntegerBinding
that contains the element of anObservableArray
at the specified position.static IntegerBinding
Bindings.integerValueAt
(ObservableIntegerArray op, ObservableNumberValue index) Creates a newIntegerBinding
that contains the element of anObservableArray
at the specified position. -
Uses of ObservableIntegerArray in javafx.collections
Modifier and TypeMethodDescriptionstatic ObservableIntegerArray
FXCollections.observableIntegerArray()
Creates a new empty observable integer array.static ObservableIntegerArray
FXCollections.observableIntegerArray
(int... values) Creates a new observable integer array withvalues
set to it.static ObservableIntegerArray
FXCollections.observableIntegerArray
(ObservableIntegerArray array) Creates a new observable integer array with copy of elements in givenarray
.Modifier and TypeMethodDescriptionvoid
ObservableIntegerArray.addAll
(ObservableIntegerArray src) Appends content of a given observable array to the end of this array.void
ObservableIntegerArray.addAll
(ObservableIntegerArray src, int srcIndex, int length) Appends a portion of given observable array to the end of this array.void
ObservableIntegerArray.copyTo
(int srcIndex, ObservableIntegerArray dest, int destIndex, int length) Copies specified portion of array intodest
observable array.static ObservableIntegerArray
FXCollections.observableIntegerArray
(ObservableIntegerArray array) Creates a new observable integer array with copy of elements in givenarray
.void
ObservableIntegerArray.set
(int destIndex, ObservableIntegerArray src, int srcIndex, int length) Copies a portion of specified observable array into this observable array.void
ObservableIntegerArray.setAll
(ObservableIntegerArray src) Replaces this observable array content with a copy of given observable array.void
ObservableIntegerArray.setAll
(ObservableIntegerArray src, int srcIndex, int length) Replaces this observable array content with a portion of a given observable array. -
Uses of ObservableIntegerArray in javafx.scene.shape
Modifier and TypeInterfaceDescriptioninterface
ObservableFaceArray
is anint[]
array that allows listeners to track changes when they occur.Modifier and TypeMethodDescriptionfinal ObservableIntegerArray
TriangleMesh.getFaceSmoothingGroups()
Gets thefaceSmoothingGroups
array of thisTriangleMesh
.