E - the type of the Set elementspublic class SimpleSetProperty<E> extends SetPropertyBase<E>
Property wrapping an
ObservableSet.SetPropertyBase| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
bean |
private static java.lang.Object |
DEFAULT_BEAN |
private static java.lang.String |
DEFAULT_NAME |
private java.lang.String |
name |
| Constructor and Description |
|---|
SimpleSetProperty()
The constructor of
SimpleSetProperty |
SimpleSetProperty(java.lang.Object bean,
java.lang.String name)
The constructor of
SimpleSetProperty |
SimpleSetProperty(java.lang.Object bean,
java.lang.String name,
ObservableSet<E> initialValue)
The constructor of
SimpleSetProperty |
SimpleSetProperty(ObservableSet<E> initialValue)
The constructor of
SimpleSetProperty |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.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, waitgetValuegetValueprivate static final java.lang.Object DEFAULT_BEAN
private static final java.lang.String DEFAULT_NAME
private final java.lang.Object bean
private final java.lang.String name
public SimpleSetProperty()
SimpleSetPropertypublic SimpleSetProperty(ObservableSet<E> initialValue)
SimpleSetPropertyinitialValue - the initial value of the wrapped valuepublic SimpleSetProperty(java.lang.Object bean,
java.lang.String name)
SimpleSetPropertybean - the bean of this SetPropertyname - the name of this SetPropertypublic SimpleSetProperty(java.lang.Object bean,
java.lang.String name,
ObservableSet<E> initialValue)
SimpleSetPropertybean - the bean of this SetPropertyname - the name of this SetPropertyinitialValue - the initial value of the wrapped valuepublic java.lang.Object getBean()
Object that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
String.String