private class ReadOnlySetWrapper.ReadOnlyPropertyImpl extends ReadOnlySetPropertyBase<E>
| Modifier | Constructor and Description |
|---|---|
private |
ReadOnlyPropertyImpl() |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyBooleanProperty |
emptyProperty()
A boolean property that is
true, if the set is empty. |
ObservableSet<E> |
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 set.
|
addListener, addListener, addListener, fireValueChangedEvent, fireValueChangedEvent, removeListener, removeListener, removeListenerbindContent, bindContentBidirectional, equals, hashCode, toString, unbindContent, unbindContentBidirectionaladd, addAll, asString, clear, contains, containsAll, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, remove, removeAll, retainAll, setExpression, size, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValuepublic ObservableSet<E> get()
ObservableObjectValueObservableObjectValue<T>.public java.lang.Object getBean()
ReadOnlyPropertyObject that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
ReadOnlyPropertyString.Stringpublic ReadOnlyIntegerProperty sizeProperty()
SetExpressionsizeProperty in class SetExpression<E>public ReadOnlyBooleanProperty emptyProperty()
SetExpressiontrue, if the set is empty.emptyProperty in class SetExpression<E>