| Package | Description | 
|---|---|
| javafx.beans.property | 
 The package  
javafx.beans.property defines read-only
                properties and writable properties, plus a number of implementations. | 
| javafx.collections | 
 Contains the essential JavaFX collections and collection utilities 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
MapPropertyBase.fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change)
 | 
protected void | 
ReadOnlyMapPropertyBase.fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change)
This method needs to be called if the content of the referenced
  
ObservableList changes. | 
protected void | 
ReadOnlyMapWrapper.fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change)
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MapChangeListener.onChanged(MapChangeListener.Change<? extends K,? extends V> change)
Called after a change has been made to an ObservableMap. 
 | 
void | 
WeakMapChangeListener.onChanged(MapChangeListener.Change<? extends K,? extends V> change)
Called after a change has been made to an ObservableMap. 
 | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.