|
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) |
LongBinding |
LongExpression.divide(int other) |
LongBinding |
LongExpression.divide(long other) |
LongBinding |
IntegerExpression.divide(long other) |
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, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .