インタフェース CollectionProperty<E,​T extends java.util.Collection<E>>

型パラメータ:
E - Element
T - Type of Collection
すべてのスーパーインタフェース:
java.util.Collection<E>, CollectionObservable<E,​T>, CollectionSettable<E,​T>, java.lang.Iterable<E>, Observable<T>, java.io.Serializable, Settable<T>
既知のサブインタフェースのリスト:
ListProperty<E>, SetProperty<E>

public interface CollectionProperty<E,​T extends java.util.Collection<E>>
extends java.util.Collection<E>, CollectionObservable<E,​T>, CollectionSettable<E,​T>, java.io.Serializable
Collection value Property, includes Collection-methods, Setter, Observer.
関連項目:
Collection, CollectionObservable, CollectionSettable