public class ButtonTableCellFactory<S,T> extends Object implements javafx.util.Callback<javafx.scene.control.TableColumn<S,T>,javafx.scene.control.TableCell<S,T>>
| Constructor and Description |
|---|
ButtonTableCellFactory(BiConsumer<S,Integer> onAction,
Supplier<javafx.scene.Node> graphicFactory) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.TableCell<S,T> |
call(javafx.scene.control.TableColumn<S,T> param) |
public ButtonTableCellFactory(BiConsumer<S,Integer> onAction, Supplier<javafx.scene.Node> graphicFactory)
Copyright © 2015–2018 openbase.org. All rights reserved.