| Package | Description | 
|---|---|
| javafx.beans.binding | 
 Characteristics of Bindings 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LongBinding | 
LongExpression.add(int other)  | 
LongBinding | 
IntegerExpression.add(long other)  | 
LongBinding | 
LongExpression.add(long other)  | 
static LongBinding | 
Bindings.createLongBinding(Callable<Long> func,
                 Observable... dependencies)
Helper function to create a custom  
LongBinding. | 
LongBinding | 
LongExpression.divide(int other)  | 
LongBinding | 
IntegerExpression.divide(long other)  | 
LongBinding | 
LongExpression.divide(long other)  | 
static LongBinding | 
Bindings.longValueAt(ObservableList<? extends 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 Number> op,
           ObservableIntegerValue index)
Creates a new  
LongBinding that contains the element
 of an ObservableList at the specified position. | 
static LongBinding | 
Bindings.longValueAt(ObservableList<? extends Number> op,
           ObservableNumberValue index)
Creates a new  
LongBinding that contains the element
 of an ObservableList at the specified position. | 
static <K> LongBinding | 
Bindings.longValueAt(ObservableMap<K,? extends 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 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 | 
IntegerExpression.multiply(long other)  | 
LongBinding | 
LongExpression.multiply(long other)  | 
LongBinding | 
LongExpression.negate()  | 
static LongBinding | 
Bindings.selectLong(Object root,
          String... steps)
Creates a binding used to get a member, such as  
a.b.c. | 
static LongBinding | 
Bindings.selectLong(ObservableValue<?> root,
          String... steps)
Creates a binding used to get a member, such as  
a.b.c. | 
LongBinding | 
LongExpression.subtract(int other)  | 
LongBinding | 
IntegerExpression.subtract(long other)  | 
LongBinding | 
LongExpression.subtract(long other)  | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.