E - List要素の型public class SimpleListProperty<E> extends ListPropertyBase<E>
ObservableListをラップするPropertyの完全な実装を提供します。ListPropertyBaseempty, size| コンストラクタと説明 |
|---|
SimpleListProperty()
SimpleListPropertyのコンストラクタ |
SimpleListProperty(Object bean, String name)
SimpleListPropertyのコンストラクタ |
SimpleListProperty(Object bean, String name, ObservableList<E> initialValue)
SimpleListPropertyのコンストラクタ |
SimpleListProperty(ObservableList<E> initialValue)
SimpleListPropertyのコンストラクタ |
| 修飾子と型 | メソッドと説明 |
|---|---|
Object |
getBean()
このプロパティを含む
Objectを返します。 |
String |
getName()
このプロパティの名前を返します。
|
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, valueAtgetValuegetValueaddAll, 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, toArrayparallelStream, removeIf, streampublic SimpleListProperty()
SimpleListPropertyのコンストラクタpublic SimpleListProperty(ObservableList<E> initialValue)
SimpleListPropertyのコンストラクタinitialValue - ラップされた値の初期値public SimpleListProperty(Object bean, String name)
SimpleListPropertyのコンストラクタbean - このSetPropertyのBeanname - このSetPropertyの名前public SimpleListProperty(Object bean, String name, ObservableList<E> initialValue)
SimpleListPropertyのコンストラクタbean - このListPropertyのBeanname - このListPropertyの名前initialValue - ラップされた値の初期値Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.