private class ReadOnlyMapWrapper.ReadOnlyPropertyImpl extends ReadOnlyMapPropertyBase<K,V>
Modifier | Constructor and Description |
---|---|
private |
ReadOnlyPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
emptyProperty()
A boolean property that is
true , if the map is empty. |
ObservableMap<K,V> |
get()
Returns the current value of this
ObservableObjectValue<T> . |
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
ReadOnlyIntegerProperty |
sizeProperty()
An integer property that represents the size of the map.
|
addListener, addListener, addListener, fireValueChangedEvent, fireValueChangedEvent, removeListener, removeListener, removeListener
bindContent, bindContentBidirectional, equals, hashCode, toString, unbindContent, unbindContentBidirectional
asString, clear, containsKey, containsValue, entrySet, get, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, keySet, mapExpression, put, putAll, remove, size, valueAt, valueAt, values
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getValue
public ObservableMap<K,V> get()
ObservableObjectValue
ObservableObjectValue<T>
.public java.lang.Object getBean()
ReadOnlyProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public java.lang.String getName()
ReadOnlyProperty
String
.String
public ReadOnlyIntegerProperty sizeProperty()
MapExpression
sizeProperty
in class MapExpression<K,V>
public ReadOnlyBooleanProperty emptyProperty()
MapExpression
true
, if the map is empty.emptyProperty
in class MapExpression<K,V>