Class ConfirmationDialog

  • All Implemented Interfaces:
    IShellProvider

    public class ConfirmationDialog
    extends MessageDialog
    Since:
    3.4
    Author:
    Christian W. Damus (CEA LIST)
    • Constructor Detail

      • ConfirmationDialog

        public ConfirmationDialog​(Shell shell,
                                  java.lang.String title,
                                  java.lang.String message,
                                  java.util.Set<Confirmation> acceptableResponses,
                                  Confirmation suggestedResponse)
    • Method Detail

      • openConfirm

        public static Confirmation openConfirm​(Shell shell,
                                               java.lang.String title,
                                               java.lang.String message,
                                               java.util.Set<Confirmation> acceptableResponses,
                                               Confirmation suggestedResponse)