
org.codefx.libfx.control.properties.ControlProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LibFX Show documentation
Show all versions of LibFX Show documentation
LibFX provides usability classes for Java and JavaFX.
The newest version!
package org.codefx.libfx.control.properties;
import javafx.collections.ObservableMap;
/**
* Gives access to a {@link ControlPropertyListenerBuilder}.
*/
public class ControlProperties {
/**
* Creates a builder for a {@link ControlPropertyListenerHandle} which observes the specified property map.
*
* Note that it is often necessary to explicitly specify the type parameter {@code T} like so:
*
*
* ControlProperties.<String> on(...)
*
*
* @param
* the type of values which the listener processes
* @param properties
* the {@link ObservableMap} holding the properties
* @return a {@link ControlPropertyListenerBuilder}
*/
public static ControlPropertyListenerBuilder on(ObservableMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy