List of usage examples for javafx.util Callback interface-usage
From source file ninja.eivind.hotsreplayuploader.di.ControllerFactory.java
/** * @author Eivind Vegsundvg */ @Component public class ControllerFactory implements Callback<Class<?>, Object> {
From source file be.virtualsushi.jfx.dorse.control.table.MyRelatedPropertyValueFactory.java
/**
* A convenience implementation of the Callback interface, designed specifically
* for use within the {@link javafx.scene.control.TableColumn}
* {@link javafx.scene.control.TableColumn#cellValueFactoryProperty() cell value factory}. An example
* of how to use this class is:
*