E
- List
要素の型public class SimpleListProperty<E> extends ListPropertyBase<E>
ObservableList
をラップするProperty
の完全な実装を提供します。ListPropertyBase
empty, 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, unbind
bindBidirectional, setValue, unbindBidirectional
bindContent, bindContentBidirectional, equals, hashCode, unbindContent, unbindContentBidirectional
add, 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, valueAt
getValue
getValue
addAll, filtered, remove, removeAll, retainAll, setAll, setAll, sorted, sorted
add, 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, toArray
parallelStream, removeIf, stream
public 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.