K - Mapのキー要素の型V - Mapの値要素の型public class SimpleMapProperty<K,V> extends MapPropertyBase<K,V>
ObservableMapをラップするPropertyの完全な実装を提供します。MapPropertyBaseempty, size| コンストラクタと説明 |
|---|
SimpleMapProperty()
SimpleMapPropertyのコンストラクタ |
SimpleMapProperty(Object bean, String name)
SimpleMapPropertyのコンストラクタ |
SimpleMapProperty(Object bean, String name, ObservableMap<K,V> initialValue)
SimpleMapPropertyのコンストラクタ |
SimpleMapProperty(ObservableMap<K,V> initialValue)
SimpleMapPropertyのコンストラクタ |
| 修飾子と型 | メソッドと説明 |
|---|---|
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, unbindContentBidirectionalasString, clear, containsKey, containsValue, entrySet, get, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, keySet, mapExpression, put, putAll, remove, size, valueAt, valueAt, valuesgetValuegetValueclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic SimpleMapProperty()
SimpleMapPropertyのコンストラクタpublic SimpleMapProperty(ObservableMap<K,V> initialValue)
SimpleMapPropertyのコンストラクタinitialValue - ラップされた値の初期値public SimpleMapProperty(Object bean, String name)
SimpleMapPropertyのコンストラクタbean - このMapPropertyのBeanname - このMapPropertyの名前public SimpleMapProperty(Object bean, String name, ObservableMap<K,V> initialValue)
SimpleMapPropertyのコンストラクタbean - このMapPropertyのBeanname - このMapPropertyの名前initialValue - ラップされた値の初期値Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.