public interface Props
| Modifier and Type | Method and Description |
|---|---|
static <E extends javafx.event.Event> |
addHandler(javafx.beans.property.Property<javafx.event.EventHandler<E>> property,
javafx.event.EventHandler<E> handler) |
static javafx.beans.property.BooleanProperty |
boolProp(BooleanSupplier supplier,
Consumer<Boolean> consumer) |
static javafx.beans.property.IntegerProperty |
intProp(IntSupplier supplier,
IntConsumer consumer) |
static <T> javafx.beans.property.ObjectProperty<T> |
prop(Supplier<T> supplier,
Consumer<T> consumer) |
static javafx.beans.value.WritableObjectValue<String> |
string(Preferences node,
String key,
String defaultValue) |
static javafx.beans.property.StringProperty |
stringProp(Supplier<String> supplier,
Consumer<String> consumer) |
static <T> javafx.beans.value.WritableObjectValue<T> |
value(Supplier<T> supplier,
Consumer<T> consumer) |
static javafx.beans.property.StringProperty stringProp(Supplier<String> supplier, Consumer<String> consumer)
static javafx.beans.property.BooleanProperty boolProp(BooleanSupplier supplier, Consumer<Boolean> consumer)
static javafx.beans.property.IntegerProperty intProp(IntSupplier supplier, IntConsumer consumer)
static <T> javafx.beans.property.ObjectProperty<T> prop(Supplier<T> supplier, Consumer<T> consumer)
static <T> javafx.beans.value.WritableObjectValue<T> value(Supplier<T> supplier, Consumer<T> consumer)
static javafx.beans.value.WritableObjectValue<String> string(@Nonnull Preferences node, @Nonnull String key, String defaultValue)
static <E extends javafx.event.Event> void addHandler(javafx.beans.property.Property<javafx.event.EventHandler<E>> property,
javafx.event.EventHandler<E> handler)
Copyright © 2012–2017 MARID software development group. All rights reserved.