Uses of Class
javafx.scene.control.DialogPane
Package | Description |
---|---|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
-
Uses of DialogPane in javafx.scene.control
Methods in javafx.scene.control that return DialogPane Modifier and Type Method Description DialogPane
Dialog. getDialogPane()
Gets the value of the property dialogPane.Methods in javafx.scene.control that return types with arguments of type DialogPane Modifier and Type Method Description ObjectProperty<DialogPane>
Dialog. dialogPaneProperty()
The root node of the dialog, theDialogPane
contains all visual elements shown in the dialog.Methods in javafx.scene.control with parameters of type DialogPane Modifier and Type Method Description void
Dialog. setDialogPane(DialogPane value)
Sets the value of the property dialogPane.