Package | Description |
---|---|
com.sun.javafx.binding | |
com.sun.javafx.collections | |
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 | Class and Description |
---|---|
static class |
MapExpressionHelper.SimpleChange<K,V> |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
MapExpressionHelper.fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change) |
static <K,V> void |
MapExpressionHelper.fireValueChangedEvent(MapExpressionHelper<K,V> helper,
MapChangeListener.Change<? extends K,? extends V> change) |
Constructor and Description |
---|
SimpleChange(ObservableMap<K,V> set,
MapChangeListener.Change<? extends K,? extends V> source) |
Modifier and Type | Class and Description |
---|---|
class |
MapAdapterChange<K,V> |
Modifier and Type | Method and Description |
---|---|
protected void |
ObservableMapWrapper.callObservers(MapChangeListener.Change<K,V> change) |
protected abstract void |
MapListenerHelper.fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change) |
static <K,V> void |
MapListenerHelper.fireValueChangedEvent(MapListenerHelper<K,V> helper,
MapChangeListener.Change<? extends K,? extends V> change) |
Constructor and Description |
---|
MapAdapterChange(ObservableMap<K,V> map,
MapChangeListener.Change<? extends K,? extends V> change) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReadOnlyMapWrapper.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 |
MapPropertyBase.fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change)
|
Modifier and Type | Method and Description |
---|---|
void |
WeakMapChangeListener.onChanged(MapChangeListener.Change<? extends K,? extends V> change)
Called after a change has been made to an ObservableMap.
|
void |
MapChangeListener.onChanged(MapChangeListener.Change<? extends K,? extends V> change)
Called after a change has been made to an ObservableMap.
|
Copyright © 2020. All rights reserved.