Module javafx.base

Class StringPropertyBase

java.lang.Object
All Implemented Interfaces:
Observable, Property<String>, ReadOnlyProperty<String>, ObservableObjectValue<String>, ObservableStringValue, ObservableValue<String>, WritableObjectValue<String>, WritableStringValue, WritableValue<String>
Direct Known Subclasses:
SimpleStringProperty, StyleableStringProperty

public abstract class StringPropertyBase extends StringProperty
The class StringPropertyBase is the base class for a property wrapping a String value. It provides all the functionality required for a property except for the ReadOnlyProperty.getBean() and ReadOnlyProperty.getName() methods, which must be implemented by extending classes.
Since:
JavaFX 2.0
See Also: