E - Set要素の型public class SimpleSetProperty<E> extends SetPropertyBase<E>
ObservableSetをラップするPropertyの完全な実装を提供します。SetPropertyBaseempty, size| コンストラクタと説明 |
|---|
SimpleSetProperty()
SimpleSetPropertyのコンストラクタ |
SimpleSetProperty(Object bean, String name)
SimpleSetPropertyのコンストラクタ |
SimpleSetProperty(Object bean, String name, ObservableSet<E> initialValue)
SimpleSetPropertyのコンストラクタ |
SimpleSetProperty(ObservableSet<E> initialValue)
SimpleSetPropertyのコンストラクタ |
| 修飾子と型 | メソッドと説明 |
|---|---|
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, addAll, asString, clear, contains, containsAll, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, remove, removeAll, retainAll, setExpression, size, toArray, toArraygetValuegetValueadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic SimpleSetProperty()
SimpleSetPropertyのコンストラクタpublic SimpleSetProperty(ObservableSet<E> initialValue)
SimpleSetPropertyのコンストラクタinitialValue - ラップされた値の初期値public SimpleSetProperty(Object bean, String name)
SimpleSetPropertyのコンストラクタbean - このSetPropertyのBeanname - このSetPropertyの名前public SimpleSetProperty(Object bean, String name, ObservableSet<E> initialValue)
SimpleSetPropertyのコンストラクタbean - このSetPropertyのBeanname - このSetPropertyの名前initialValue - ラップされた値の初期値Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.