Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.beans.binding |
Characteristics of Bindings
|
Modifier and Type | Interface and Description |
---|---|
interface |
NumberBinding
A tagging interface to mark all Bindings that wrap a number-value.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanBinding
Base class that provides most of the functionality needed to implement a
Binding of a boolean value. |
class |
DoubleBinding
Base class that provides most of the functionality needed to implement a
Binding of a double value. |
class |
FloatBinding
Base class that provides most of the functionality needed to implement a
Binding of a float value. |
class |
IntegerBinding
Base class that provides most of the functionality needed to implement a
Binding of an int value. |
class |
ListBinding<E>
Base class that provides most of the functionality needed to implement a
Binding of an ObservableList . |
class |
LongBinding
Base class that provides most of the functionality needed to implement a
Binding of a long value. |
class |
MapBinding<K,V>
Base class that provides most of the functionality needed to implement a
Binding of an ObservableMap . |
class |
ObjectBinding<T>
Base class that provides most of the functionality needed to implement a
Binding of an Object . |
class |
SetBinding<E>
Base class that provides most of the functionality needed to implement a
Binding of an ObservableSet . |
class |
StringBinding
Base class that provides most of the functionality needed to implement a
Binding of a String . |
Modifier and Type | Field and Description |
---|---|
private java.lang.ref.WeakReference<Binding<?>> |
When.WhenListener.ref |
private java.lang.ref.WeakReference<Binding<?>> |
Bindings.ShortCircuitAndInvalidator.ref |
private java.lang.ref.WeakReference<Binding<?>> |
Bindings.ShortCircuitOrInvalidator.ref |
Constructor and Description |
---|
Bindings.ShortCircuitAndInvalidator(ObservableBooleanValue op1,
Binding<?> binding) |
Bindings.ShortCircuitOrInvalidator(ObservableBooleanValue op1,
Binding<?> binding) |
When.WhenListener(Binding<?> binding,
ObservableBooleanValue condition,
ObservableValue<?> thenValue,
ObservableValue<?> otherwiseValue) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to