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