public static interface Dialog.DialogContentPane
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Dialog.DialogButton> |
getButtonList() |
javafx.beans.property.ObjectProperty<javafx.scene.Node> |
getDialogContentNodeProperty() |
void |
setActionConsumer(java.util.function.Consumer<Dialog.DialogButton> actionConsumer)
Set an action consumer
|
javafx.beans.property.ObjectProperty<javafx.scene.Node> getDialogContentNodeProperty()
javafx.collections.ObservableList<Dialog.DialogButton> getButtonList()
void setActionConsumer(java.util.function.Consumer<Dialog.DialogButton> actionConsumer)
actionConsumer - the consumer of actions