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.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.