- java.lang.Object
-
- javafx.beans.binding.StringExpression
-
- javafx.beans.property.ReadOnlyStringProperty
-
- javafx.beans.property.StringProperty
-
- javafx.beans.property.StringPropertyBase
-
- javafx.beans.property.SimpleStringProperty
-
- impl.org.controlsfx.i18n.SimpleLocalizedStringProperty
-
- All Implemented Interfaces:
Observable
,Property<String>
,ReadOnlyProperty<String>
,ObservableObjectValue<String>
,ObservableStringValue
,ObservableValue<String>
,WritableObjectValue<String>
,WritableStringValue
,WritableValue<String>
public class SimpleLocalizedStringProperty extends SimpleStringProperty
A special implementation of string property which assumes that its content may be a key and attempts to get localized text resource base on it. It is intended for internal use only and will not work for bidirectional binding.
-
-
Constructor Summary
Constructors Constructor Description SimpleLocalizedStringProperty()
SimpleLocalizedStringProperty(Object bean, String name)
SimpleLocalizedStringProperty(Object bean, String name, String initialValue)
SimpleLocalizedStringProperty(String initialValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
-
Methods inherited from class javafx.beans.property.SimpleStringProperty
getBean, getName
-
Methods inherited from class javafx.beans.property.StringPropertyBase
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind
-
Methods inherited from class javafx.beans.property.StringProperty
bindBidirectional, bindBidirectional, bindBidirectional, setValue, unbindBidirectional, unbindBidirectional
-
Methods inherited from class javafx.beans.binding.StringExpression
concat, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpression
-
-
-
-
Constructor Detail
-
SimpleLocalizedStringProperty
public SimpleLocalizedStringProperty()
-
SimpleLocalizedStringProperty
public SimpleLocalizedStringProperty(String initialValue)
-
-
Method Detail
-
getValue
public String getValue()
- Specified by:
getValue
in interfaceObservableValue<String>
- Specified by:
getValue
in interfaceWritableValue<String>
- Overrides:
getValue
in classStringExpression
-
-