Uses of Class
org.esa.snap.rcp.util.Dialogs.Answer
-
Packages that use Dialogs.Answer Package Description org.esa.snap.rcp.util -
-
Uses of Dialogs.Answer in org.esa.snap.rcp.util
Methods in org.esa.snap.rcp.util that return Dialogs.Answer Modifier and Type Method Description static Dialogs.Answer
Dialogs. requestDecision(String title, String message, boolean allowCancel, String preferencesKey)
Displays a modal dialog which requests a decision from the user.static Dialogs.Answer
Dialogs.Answer. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dialogs.Answer[]
Dialogs.Answer. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-