public class MapTableView.Entry extends Object implements javafx.collections.MapChangeListener<K,V>
Map.Entry wrapper.| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyProperty<K> |
key |
javafx.beans.property.Property<V> |
value |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
javafx.beans.property.ReadOnlyProperty<K> |
keyProperty() |
void |
onChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends V> change) |
javafx.beans.property.Property<V> |
valueProperty() |
public javafx.beans.property.ReadOnlyProperty<K> keyProperty
public javafx.beans.property.Property<V> valueProperty
public void onChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends V> change)
public K getKey()
public javafx.beans.property.ReadOnlyProperty<K> keyProperty()
public javafx.beans.property.Property<V> valueProperty()
Copyright © 2015. All rights reserved.