Uses of Enum Class
org.adoptopenjdk.jitwatch.ui.Dialogs.Response
Packages that use Dialogs.Response
-
Uses of Dialogs.Response in org.adoptopenjdk.jitwatch.ui
Subclasses with type arguments of type Dialogs.Response in org.adoptopenjdk.jitwatch.uiFields in org.adoptopenjdk.jitwatch.ui declared as Dialogs.ResponseMethods in org.adoptopenjdk.jitwatch.ui that return Dialogs.ResponseModifier and TypeMethodDescriptionstatic Dialogs.ResponseDialogs.showTextInputDialog(javafx.stage.Stage owner, String title, String message) static Dialogs.ResponseDialogs.showYesNoDialog(javafx.stage.Stage owner, String title, String message) static Dialogs.ResponseDialogs.showYesNoDialogNever(javafx.stage.Stage owner, String title, String message) static Dialogs.ResponseReturns the enum constant of this class with the specified name.static Dialogs.Response[]Dialogs.Response.values()Returns an array containing the constants of this enum class, in the order they are declared.