public static interface Dialog.DialogContentPane
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Dialog.DialogButton> |
getButtonList() |
java.util.Optional<javafx.scene.control.Button> |
getButtonNode(Dialog.DialogButton button)
Find the button node for the give button type
|
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 actionsjava.util.Optional<javafx.scene.control.Button> getButtonNode(Dialog.DialogButton button)
button - the button