Example usage for Java javafx.beans.property SimpleStringProperty fields, constructors, methods, implement or subclass
The text is from its open source code.
SimpleStringProperty(String initialValue) The constructor of StringProperty | |
SimpleStringProperty() The constructor of StringProperty | |
SimpleStringProperty(Object bean, String name, String initialValue) The constructor of StringProperty | |
SimpleStringProperty(Object bean, String name) The constructor of StringProperty |
void | addListener(InvalidationListener listener) |
String | get() |
String | getValue() |
String | getValueSafe() Returns usually the value of this StringExpression . |
void | set(String newValue) |
void | unbind() |