Uses of Class
com.dlsc.gemsfx.DialogPane.Dialog
-
Uses of DialogPane.Dialog in com.dlsc.gemsfx
Modifier and TypeMethodDescriptionfinal DialogPane.Dialog<Void>
DialogPane.showBusyIndicator()
final DialogPane.Dialog<javafx.scene.control.ButtonType>
DialogPane.showConfirmation
(String title, String message) final DialogPane.Dialog<Void>
final DialogPane.Dialog<Void>
final DialogPane.Dialog<Void>
final DialogPane.Dialog<Void>
final DialogPane.Dialog<Void>
final DialogPane.Dialog<javafx.scene.control.ButtonType>
DialogPane.showInformation
(String title, String message) final DialogPane.Dialog<javafx.scene.control.ButtonType>
DialogPane.showInformation
(String title, String message, List<javafx.scene.control.ButtonType> buttons) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, boolean maximize) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, boolean maximize, List<javafx.scene.control.ButtonType> buttons) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, boolean maximize, List<javafx.scene.control.ButtonType> buttons, boolean sameWidthButtons) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, boolean maximize, List<javafx.scene.control.ButtonType> buttons, boolean sameWidthButtons, javafx.beans.property.BooleanProperty validProperty) final <T> DialogPane.Dialog<T>
DialogPane.showNode
(DialogPane.Type type, String title, javafx.scene.Node node, List<javafx.scene.control.ButtonType> buttons) final DialogPane.Dialog<String>
DialogPane.showTextInput
(String title, String text) final DialogPane.Dialog<String>
DialogPane.showTextInput
(String title, String text, boolean multiline) final DialogPane.Dialog<String>
DialogPane.showTextInput
(String title, String message, String text, boolean multiline) final DialogPane.Dialog<String>
DialogPane.showTextInput
(String title, String message, String prompt, String text, boolean multiline) final DialogPane.Dialog<javafx.scene.control.ButtonType>
DialogPane.showWarning
(String title, String message) Modifier and TypeMethodDescriptionfinal void
DialogPane.hideDialog
(DialogPane.Dialog<?> dialog) final <T> void
DialogPane.showDialog
(DialogPane.Dialog<T> dialog)