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, unbindasObject, bindBidirectional, booleanProperty, setValue, unbindBidirectionalreadOnlyBooleanPropertyand, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, orclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuegetValuepublic 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.