public interface WatchedString extends WatchedValue<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
default void |
apply(StringDiff updates) |
default void |
bind(javafx.beans.property.StringProperty property) |
default void |
bindTo(javafx.beans.property.StringProperty property) |
java.lang.String |
get() |
default StringDiff |
getUpdates() |
WatchedString |
guard(Predicate<java.lang.String> test) |
WatchedString |
lock() |
static WatchedString |
of(java.lang.String value) |
void |
set(java.lang.String value) |
whenChanged, whenGoingToChangestatic WatchedString of(java.lang.String value)
java.lang.String get()
void set(java.lang.String value)
default StringDiff getUpdates()
default void apply(StringDiff updates)
default void bind(javafx.beans.property.StringProperty property)
default void bindTo(javafx.beans.property.StringProperty property)
WatchedString lock()
lock in interface WatchedValue<java.lang.String>WatchedString guard(Predicate<java.lang.String> test)