public class StringProperty extends ObjectProperty<String>
value
Constructor and Description |
---|
StringProperty() |
StringProperty(String value) |
StringProperty(String value,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
get() |
void |
set(String value) |
addListener, addListener, bind, firePropertyChangeEvent, getName, getValue, isBound, isImmutable, removeListener, removeListener, setImmutable, setValue, unbind
public StringProperty()
public StringProperty(String value)
public String get()
get
in class ObjectProperty<String>
public void set(String value)
set
in class ObjectProperty<String>
Copyright © 2017. All rights reserved.