Java javafx.beans.property SimpleStringProperty fields, constructors, methods, implement or subclass

Example usage for Java javafx.beans.property SimpleStringProperty fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.beans.property SimpleStringProperty.

The text is from its open source code.

Constructor

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

Method

voidaddListener(InvalidationListener listener)
Stringget()
StringgetValue()
StringgetValueSafe()
Returns usually the value of this StringExpression .
voidset(String newValue)
voidunbind()