E - the type of the List elementspublic class SimpleListProperty<E> extends ListPropertyBase<E>
Property wrapping an
ObservableList.ListPropertyBase| 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 |
|---|
SimpleListProperty()
The constructor of
SimpleListProperty |
SimpleListProperty(java.lang.Object bean,
java.lang.String name)
The constructor of
SimpleListProperty |
SimpleListProperty(java.lang.Object bean,
java.lang.String name,
ObservableList<E> initialValue)
The constructor of
SimpleListProperty |
SimpleListProperty(ObservableList<E> initialValue)
The constructor of
SimpleListProperty |
| 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, add, addAll, addAll, addAll, asString, clear, contains, containsAll, get, getSize, getValue, indexOf, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, lastIndexOf, listExpression, listIterator, listIterator, remove, remove, remove, removeAll, removeAll, retainAll, retainAll, set, setAll, setAll, size, subList, toArray, toArray, valueAt, valueAtclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValuegetValueaddAll, filtered, remove, removeAll, retainAll, setAll, setAll, sorted, sortedadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayprivate 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 SimpleListProperty()
SimpleListPropertypublic SimpleListProperty(ObservableList<E> initialValue)
SimpleListPropertyinitialValue - the initial value of the wrapped valuepublic SimpleListProperty(java.lang.Object bean,
java.lang.String name)
SimpleListPropertybean - the bean of this SetPropertyname - the name of this SetPropertypublic SimpleListProperty(java.lang.Object bean,
java.lang.String name,
ObservableList<E> initialValue)
SimpleListPropertybean - the bean of this ListPropertyname - the name of this ListPropertyinitialValue - 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