javafx.beans.value
Interface WritableStringValue
All Superinterfaces:
All Known Implementing Classes:
JavaBeanStringProperty, ReadOnlyStringWrapper, SimpleStringProperty, SimpleStyleableStringProperty, StringProperty, StringPropertyBase, StyleableStringProperty
public interface WritableStringValue extends WritableObjectValue<String>
A writable String.
Since:
JavaFX 2.0
See Also:
-
Method Summary
-
Methods inherited from interface javafx.beans.value.WritableObjectValue
get, set
-
Methods inherited from interface javafx.beans.value.WritableValue
getValue, setValue
-
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.