Uses of Class
javafx.scene.control.DialogPane
-
Uses of DialogPane in javafx.scene.control
Modifier and TypeMethodDescriptionfinal DialogPane
Dialog.getDialogPane()
Gets the value of thedialogPane
property.Modifier and TypeMethodDescriptionfinal ObjectProperty<DialogPane>
Dialog.dialogPaneProperty()
The root node of the dialog, theDialogPane
contains all visual elements shown in the dialog.Modifier and TypeMethodDescriptionfinal void
Dialog.setDialogPane
(DialogPane value) Sets the value of thedialogPane
property.