T
- ラップされたObject
の型public class SimpleObjectProperty<T> extends ObjectPropertyBase<T>
Object
をラップするProperty
の完全な実装を提供します。ObjectPropertyBase
コンストラクタと説明 |
---|
SimpleObjectProperty()
ObjectProperty のコンストラクタ |
SimpleObjectProperty(Object bean, String name)
ObjectProperty のコンストラクタ |
SimpleObjectProperty(Object bean, String name, T initialValue)
ObjectProperty のコンストラクタ |
SimpleObjectProperty(T initialValue)
ObjectProperty のコンストラクタ |
修飾子と型 | メソッドと説明 |
---|---|
Object |
getBean()
このプロパティを含む
Object を返します。 |
String |
getName()
このプロパティの名前を返します。
|
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind
bindBidirectional, setValue, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
getValue
public SimpleObjectProperty()
ObjectProperty
のコンストラクタpublic SimpleObjectProperty(T initialValue)
ObjectProperty
のコンストラクタinitialValue
- ラップされた値の初期値public SimpleObjectProperty(Object bean, String name)
ObjectProperty
のコンストラクタbean
- このObjectProperty
のBeanname
- このObjectProperty
の名前Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.