- All Implemented Interfaces:
javafx.collections.MapChangeListener<K,V>
- Enclosing class:
MapTableView<K,V>
public class MapTableView.Entry
extends Object
implements javafx.collections.MapChangeListener<K,V>
-
Property Summary
Properties
javafx.beans.property.ReadOnlyProperty<K>
javafx.beans.property.Property<V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface javafx.collections.MapChangeListener
javafx.collections.MapChangeListener.Change<K,V>
-
Constructor Summary
Constructors
-
Method Summary
javafx.beans.property.ReadOnlyProperty<K>
void
onChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends V> change)
javafx.beans.property.Property<V>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Property Details
-
key
public javafx.beans.property.ReadOnlyProperty<K> keyProperty
- See Also:
-
-
value
public javafx.beans.property.Property<V> valueProperty
- See Also:
-
-
Constructor Details
-
Entry
- Parameters:
mapEntry
- wrapped map entry
-
Method Details
-
onChanged
public void onChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends V> change)
- Specified by:
onChanged
in interface javafx.collections.MapChangeListener<K,V>
-
getKey
- Returns:
- key value
-
keyProperty
public javafx.beans.property.ReadOnlyProperty<K> keyProperty()
- Returns:
- key property
-
valueProperty
public javafx.beans.property.Property<V> valueProperty()
- Returns:
- value property