Class Dialogs
java.lang.Object
org.adoptopenjdk.jitwatch.ui.Dialogs
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classstatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic voidshowOKDialog(javafx.stage.Stage owner, String title, String message) static Dialogs.ResponseshowTextInputDialog(javafx.stage.Stage owner, String title, String message) static Dialogs.ResponseshowYesNoDialog(javafx.stage.Stage owner, String title, String message) static Dialogs.ResponseshowYesNoDialogNever(javafx.stage.Stage owner, String title, String message)
-
Field Details
-
response
-
textInput
-
-
Constructor Details
-
Dialogs
private Dialogs()
-
-
Method Details
-
getTextInput
-
showYesNoDialog
public static Dialogs.Response showYesNoDialog(javafx.stage.Stage owner, String title, String message) -
showYesNoDialogNever
public static Dialogs.Response showYesNoDialogNever(javafx.stage.Stage owner, String title, String message) -
showTextInputDialog
public static Dialogs.Response showTextInputDialog(javafx.stage.Stage owner, String title, String message) -
showOKDialog
-