public class SimpleStringProperty extends StringPropertyBase
String値をラップするPropertyの完全な実装を提供します。StringPropertyBase| コンストラクタと説明 |
|---|
SimpleStringProperty()
StringPropertyのコンストラクタ |
SimpleStringProperty(Object bean, String name)
StringPropertyのコンストラクタ |
SimpleStringProperty(Object bean, String name, String initialValue)
StringPropertyのコンストラクタ |
SimpleStringProperty(String initialValue)
StringPropertyのコンストラクタ |
| 修飾子と型 | メソッドと説明 |
|---|---|
Object |
getBean()
このプロパティを含む
Objectを返します。 |
String |
getName()
このプロパティの名前を返します。
|
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindbindBidirectional, bindBidirectional, bindBidirectional, setValue, unbindBidirectional, unbindBidirectionalconcat, getValue, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuegetValuepublic SimpleStringProperty()
StringPropertyのコンストラクタpublic SimpleStringProperty(String initialValue)
StringPropertyのコンストラクタinitialValue - ラップされた値の初期値public SimpleStringProperty(Object bean, String name)
StringPropertyのコンストラクタbean - このStringPropertyのBeanname - このStringPropertyの名前Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.