Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.beans.binding |
Characteristics of Bindings
|
Modifier and Type | Method and Description |
---|---|
LongBinding |
LongExpression.add(int other) |
LongBinding |
LongExpression.add(long other) |
LongBinding |
IntegerExpression.add(long other) |
static LongBinding |
Bindings.createLongBinding(java.util.concurrent.Callable<java.lang.Long> func,
Observable... dependencies)
Helper function to create a custom
LongBinding . |
LongBinding |
LongExpression.divide(int other) |
LongBinding |
LongExpression.divide(long other) |
LongBinding |
IntegerExpression.divide(long other) |
static LongBinding |
Bindings.longValueAt(ObservableList<? extends java.lang.Number> op,
int index)
Creates a new
LongBinding that contains the element
of an ObservableList at the specified position. |
static LongBinding |
Bindings.longValueAt(ObservableList<? extends java.lang.Number> op,
ObservableIntegerValue index)
Creates a new
LongBinding that contains the element
of an ObservableList at the specified position. |
static <K> LongBinding |
Bindings.longValueAt(ObservableMap<K,? extends java.lang.Number> op,
K key)
Creates a new
LongBinding that contains the mapping of a specific key
in an ObservableMap . |
static <K> LongBinding |
Bindings.longValueAt(ObservableMap<K,? extends java.lang.Number> op,
ObservableValue<? extends K> key)
Creates a new
LongBinding that contains the mapping of a specific key
in an ObservableMap . |
LongBinding |
LongExpression.multiply(int other) |
LongBinding |
LongExpression.multiply(long other) |
LongBinding |
IntegerExpression.multiply(long other) |
LongBinding |
LongExpression.negate() |
static LongBinding |
Bindings.selectLong(ObservableValue<?> root,
java.lang.String... steps)
Creates a binding used to get a member, such as
a.b.c . |
LongBinding |
LongExpression.subtract(int other) |
LongBinding |
LongExpression.subtract(long other) |
LongBinding |
IntegerExpression.subtract(long other) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to