public class SimpleStringProperty extends StringPropertyBase
Property wrapping a
String value.StringPropertyBase| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
bean |
private static java.lang.Object |
DEFAULT_BEAN |
private static java.lang.String |
DEFAULT_NAME |
private java.lang.String |
name |
| Constructor and Description |
|---|
SimpleStringProperty()
The constructor of
StringProperty |
SimpleStringProperty(java.lang.Object bean,
java.lang.String name)
The constructor of
StringProperty |
SimpleStringProperty(java.lang.Object bean,
java.lang.String name,
java.lang.String initialValue)
The constructor of
StringProperty |
SimpleStringProperty(java.lang.String initialValue)
The constructor of
StringProperty |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
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, waitgetValuegetValueprivate static final java.lang.Object DEFAULT_BEAN
private static final java.lang.String DEFAULT_NAME
private final java.lang.Object bean
private final java.lang.String name
public SimpleStringProperty()
StringPropertypublic SimpleStringProperty(java.lang.String initialValue)
StringPropertyinitialValue - the initial value of the wrapped valuepublic SimpleStringProperty(java.lang.Object bean,
java.lang.String name)
StringPropertybean - the bean of this StringPropertyname - the name of this StringPropertypublic SimpleStringProperty(java.lang.Object bean,
java.lang.String name,
java.lang.String initialValue)
StringPropertybean - the bean of this StringPropertyname - the name of this StringPropertyinitialValue - the initial value of the wrapped valuepublic java.lang.Object getBean()
Object that contains this property. If this property
is not contained in an Object, null is returned.Object or nullpublic java.lang.String getName()
String.String