E - the type of the Set elementspublic class SimpleSetProperty<E> extends SetPropertyBase<E>
Property wrapping an
ObservableSet.SetPropertyBaseempty, size| Constructor and Description |
|---|
SimpleSetProperty()
The constructor of
SimpleSetProperty |
SimpleSetProperty(Object bean,
String name)
The constructor of
SimpleSetProperty |
SimpleSetProperty(Object bean,
String name,
ObservableSet<E> initialValue)
The constructor of
SimpleSetProperty |
SimpleSetProperty(ObservableSet<E> initialValue)
The constructor of
SimpleSetProperty |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean()
Returns the
Object that contains this property. |
String |
getName()
Returns the name of this property.
|
addListener, addListener, addListener, bind, emptyProperty, fireValueChangedEvent, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, removeListener, set, sizeProperty, toString, unbindbindBidirectional, setValue, unbindBidirectionalbindContent, bindContentBidirectional, equals, hashCode, 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, waitgetValuegetValueadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic SimpleSetProperty()
SimpleSetPropertypublic SimpleSetProperty(ObservableSet<E> initialValue)
SimpleSetPropertyinitialValue - the initial value of the wrapped valuepublic SimpleSetProperty(Object bean, String name)
SimpleSetPropertybean - the bean of this SetPropertyname - the name of this SetPropertypublic SimpleSetProperty(Object bean, String name, ObservableSet<E> initialValue)
SimpleSetPropertybean - the bean of this SetPropertyname - the name of this SetPropertyinitialValue - the initial value of the wrapped valuepublic Object getBean()
Object that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic String getName()
String.StringSubmit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.