| Package | Description | 
|---|---|
| javafx.beans.binding | 
 Characteristics of Bindings 
 | 
| javafx.beans.property | 
 The package  
javafx.beans.property defines read-only
                properties and writable properties, plus a number of implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapBinding<K,V>
Base class that provides most of the functionality needed to implement a
  
Binding of an ObservableMap. | 
class  | 
MapExpression<K,V>
A  
MapExpression is a
 ObservableMapValue plus additional convenience
 methods to generate bindings in a fluent style. | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V> MapExpression<K,V> | 
MapExpression.mapExpression(ObservableMapValue<K,V> value)
Returns a  
MapExpression that wraps a
 ObservableMapValue. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapProperty<K,V>
This class provides a full implementation of a  
Property wrapping a
 ObservableMap. | 
class  | 
MapPropertyBase<K,V>
The class  
MapPropertyBase is the base class for a property
 wrapping an ObservableMap. | 
class  | 
ReadOnlyMapProperty<K,V>
Super class for all readonly properties wrapping an  
ObservableMap. | 
class  | 
ReadOnlyMapPropertyBase<K,V>
Base class for all readonly properties wrapping an  
ObservableMap. | 
class  | 
ReadOnlyMapWrapper<K,V>
This class provides a convenient class to define read-only properties. 
 | 
class  | 
SimpleMapProperty<K,V>
This class provides a full implementation of a  
Property wrapping an
 ObservableMap. | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.