Uses of Enum Class
org.eclipse.net4j.util.confirmation.Confirmation
Package
Description
A framework for providing confirmation from users.
Confirmation dialogs.
-
Uses of Confirmation in org.eclipse.net4j.util.confirmation
Modifier and TypeMethodDescriptionIConfirmationProvider.confirm
(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubject
and described by amessage
.static Confirmation
Returns the enum constant of this class with the specified name.static Confirmation[]
Confirmation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionIConfirmationProvider.confirm
(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubject
and described by amessage
.Modifier and TypeMethodDescriptionIConfirmationProvider.confirm
(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) Requests confirmation of some action/operation/consequence pertaining to asubject
and described by amessage
. -
Uses of Confirmation in org.eclipse.net4j.util.ui.confirmation
Modifier and TypeMethodDescriptionInteractiveConfirmationProvider.confirm
(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) static Confirmation
ConfirmationDialog.openConfirm
(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse) Modifier and TypeMethodDescriptionInteractiveConfirmationProvider.confirm
(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) static Confirmation
ConfirmationDialog.openConfirm
(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse) Modifier and TypeMethodDescriptionInteractiveConfirmationProvider.confirm
(String subject, String message, Set<Confirmation> acceptable, Confirmation suggestion) static Confirmation
ConfirmationDialog.openConfirm
(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse) ModifierConstructorDescriptionConfirmationDialog
(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse) ModifierConstructorDescriptionConfirmationDialog
(Shell shell, String title, String message, Set<Confirmation> acceptableResponses, Confirmation suggestedResponse)