Spec-Zone .ru
спецификации, руководства, описания, API
|
public class SimpleStringProperty extends StringPropertyBase
Property
wrapping a
String
value.StringPropertyBase
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, unbind
bindBidirectional, bindBidirectional, bindBidirectional, setValue, unbindBidirectional, unbindBidirectional
equals, hashCode
concat, getValue, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpression
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getValue
getValue
public SimpleStringProperty()
StringProperty
public SimpleStringProperty(java.lang.String initialValue)
StringProperty
initialValue
- the initial value of the wrapped valuepublic SimpleStringProperty(java.lang.Object bean, java.lang.String name)
StringProperty
bean
- the bean of this StringProperty
name
- the name of this StringProperty
public SimpleStringProperty(java.lang.Object bean, java.lang.String name, java.lang.String initialValue)
StringProperty
bean
- the bean of this StringProperty
name
- the name of this StringProperty
initialValue
- 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 null
public java.lang.String getName()
String
.String
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to