public class MapPropertyDecorator<K,V>
extends javafx.beans.property.MapProperty<K,V>
Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
empty |
javafx.beans.property.ReadOnlyIntegerProperty |
size |
Constructor and Description |
---|
MapPropertyDecorator(javafx.beans.property.MapProperty<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableMap<K,V>> listener) |
void |
addListener(javafx.beans.InvalidationListener listener) |
void |
addListener(javafx.collections.MapChangeListener<? super K,? super V> listener) |
javafx.beans.binding.StringBinding |
asString() |
void |
bind(javafx.beans.value.ObservableValue<? extends javafx.collections.ObservableMap<K,V>> observable) |
void |
bindBidirectional(javafx.beans.property.Property<javafx.collections.ObservableMap<K,V>> other) |
void |
bindContent(javafx.collections.ObservableMap<K,V> map) |
void |
bindContentBidirectional(javafx.collections.ObservableMap<K,V> map) |
void |
clear() |
boolean |
containsKey(java.lang.Object obj) |
boolean |
containsValue(java.lang.Object obj) |
javafx.beans.property.ReadOnlyBooleanProperty |
emptyProperty() |
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
boolean |
equals(java.lang.Object o) |
javafx.collections.ObservableMap<K,V> |
get() |
V |
get(java.lang.Object key) |
java.lang.Object |
getBean() |
protected javafx.beans.property.MapProperty<K,V> |
getDelegate() |
java.lang.String |
getName() |
int |
getSize()
Gets the value of the property size.
|
javafx.collections.ObservableMap<K,V> |
getValue() |
int |
hashCode() |
boolean |
isBound() |
boolean |
isEmpty()
Gets the value of the property empty.
|
javafx.beans.binding.BooleanBinding |
isEqualTo(javafx.collections.ObservableMap<?,?> other) |
javafx.beans.binding.BooleanBinding |
isNotEqualTo(javafx.collections.ObservableMap<?,?> other) |
javafx.beans.binding.BooleanBinding |
isNotNull() |
javafx.beans.binding.BooleanBinding |
isNull() |
java.util.Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> elements) |
V |
remove(java.lang.Object obj) |
void |
removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableMap<K,V>> listener) |
void |
removeListener(javafx.beans.InvalidationListener listener) |
void |
removeListener(javafx.collections.MapChangeListener<? super K,? super V> listener) |
void |
set(javafx.collections.ObservableMap<K,V> value) |
void |
setValue(javafx.collections.ObservableMap<K,V> v) |
int |
size() |
javafx.beans.property.ReadOnlyIntegerProperty |
sizeProperty() |
java.lang.String |
toString() |
void |
unbind() |
void |
unbindBidirectional(javafx.beans.property.Property<javafx.collections.ObservableMap<K,V>> other) |
void |
unbindContent(java.lang.Object object) |
void |
unbindContentBidirectional(java.lang.Object object) |
javafx.beans.binding.ObjectBinding<V> |
valueAt(K key) |
javafx.beans.binding.ObjectBinding<V> |
valueAt(javafx.beans.value.ObservableValue<K> key) |
java.util.Collection<V> |
values() |
public void bindBidirectional(javafx.beans.property.Property<javafx.collections.ObservableMap<K,V>> other)
public void unbindBidirectional(javafx.beans.property.Property<javafx.collections.ObservableMap<K,V>> other)
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
public void bindContentBidirectional(javafx.collections.ObservableMap<K,V> map)
public void unbindContentBidirectional(java.lang.Object object)
public void unbindContent(java.lang.Object object)
public int getSize()
public javafx.beans.property.ReadOnlyIntegerProperty sizeProperty()
public javafx.beans.property.ReadOnlyBooleanProperty emptyProperty()
public javafx.beans.binding.ObjectBinding<V> valueAt(javafx.beans.value.ObservableValue<K> key)
public javafx.beans.binding.BooleanBinding isEqualTo(javafx.collections.ObservableMap<?,?> other)
public javafx.beans.binding.BooleanBinding isNotEqualTo(javafx.collections.ObservableMap<?,?> other)
public javafx.beans.binding.BooleanBinding isNull()
public javafx.beans.binding.BooleanBinding isNotNull()
public javafx.beans.binding.StringBinding asString()
public int size()
public boolean isEmpty()
public boolean containsKey(java.lang.Object obj)
public boolean containsValue(java.lang.Object obj)
public V remove(java.lang.Object obj)
public void clear()
public java.util.Set<K> keySet()
public java.util.Collection<V> values()
public V get(java.lang.Object key)
public void addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableMap<K,V>> listener)
public void removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableMap<K,V>> listener)
public void addListener(javafx.beans.InvalidationListener listener)
public void removeListener(javafx.beans.InvalidationListener listener)
public void addListener(javafx.collections.MapChangeListener<? super K,? super V> listener)
public void removeListener(javafx.collections.MapChangeListener<? super K,? super V> listener)
public java.lang.Object getBean()
public java.lang.String getName()
public void bind(javafx.beans.value.ObservableValue<? extends javafx.collections.ObservableMap<K,V>> observable)
public void unbind()
public boolean isBound()