public class ControlProperties extends Object
ControlPropertyListenerBuilder
.Constructor and Description |
---|
ControlProperties() |
Modifier and Type | Method and Description |
---|---|
static <T> ControlPropertyListenerBuilder<T> |
on(javafx.collections.ObservableMap<Object,Object> properties)
Creates a builder for a
ControlPropertyListenerHandle which observes the specified property map. |
public static <T> ControlPropertyListenerBuilder<T> on(javafx.collections.ObservableMap<Object,Object> properties)
ControlPropertyListenerHandle
which observes the specified property map.
Note that it is often necessary to explicitly specify the type parameter T
like so:
ControlProperties.<String> on(...)
T
- the type of values which the listener processesproperties
- the ObservableMap
holding the propertiesControlPropertyListenerBuilder
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.