クラス
javafx.beans.binding.LongBindingの使用
-
LongBindingを使用するパッケージ パッケージ 説明 javafx.beans.binding 1つまたは複数のソースに依存する値を計算するBindingを作成および操作するクラスを提供します。 -
-
javafx.beans.bindingのLongBindingの使用
LongBindingを返すjavafx.beans.bindingのメソッド 修飾子と型 メソッド 説明 LongBindingIntegerExpression. add(long other)LongBindingLongExpression. add(int other)LongBindingLongExpression. add(long other)static LongBindingBindings. createLongBinding(Callable<Long> func, Observable... dependencies)カスタムLongBindingを作成するヘルパー関数。LongBindingIntegerExpression. divide(long other)LongBindingLongExpression. divide(int other)LongBindingLongExpression. divide(long other)static LongBindingBindings. longValueAt(ObservableList<? extends Number> op, int index)指定された位置のObservableListの要素を含む新しいLongBindingを作成します。static LongBindingBindings. longValueAt(ObservableList<? extends Number> op, ObservableIntegerValue index)指定された位置のObservableListの要素を含む新しいLongBindingを作成します。static LongBindingBindings. longValueAt(ObservableList<? extends Number> op, ObservableNumberValue index)指定された位置のObservableListの要素を含む新しいLongBindingを作成します。static <K> LongBindingBindings. longValueAt(ObservableMap<K,? extends Number> op, ObservableValue<? extends K> key)ObservableMapの特定のキーのマッピングを含む新しいLongBindingを作成します。static <K> LongBindingBindings. longValueAt(ObservableMap<K,? extends Number> op, K key)ObservableMapの特定のキーのマッピングを含む新しいLongBindingを作成します。LongBindingIntegerExpression. multiply(long other)LongBindingLongExpression. multiply(int other)LongBindingLongExpression. multiply(long other)LongBindingLongExpression. negate()static LongBindingBindings. selectLong(Object root, String... steps)a.b.cなどのメンバーを取得するために使用されるバインディングを作成します。static LongBindingBindings. selectLong(ObservableValue<?> root, String... steps)a.b.cなどのメンバーを取得するために使用されるバインディングを作成します。LongBindingIntegerExpression. subtract(long other)LongBindingLongExpression. subtract(int other)LongBindingLongExpression. subtract(long other)
-