Class BaseMessageDialog


  • public class BaseMessageDialog
    extends BaseDialog
    A simple dialog with a message and button that closes the dialog.
    • Constructor Detail

      • BaseMessageDialog

        public BaseMessageDialog​(org.eclipse.swt.widgets.Shell shell,
                                 String title,
                                 String message)
      • BaseMessageDialog

        public BaseMessageDialog​(org.eclipse.swt.widgets.Shell shell,
                                 String title,
                                 String message,
                                 int width)
      • BaseMessageDialog

        public BaseMessageDialog​(org.eclipse.swt.widgets.Shell shell,
                                 String title,
                                 String message,
                                 String buttonLabel,
                                 int width)
    • Method Detail

      • buildBody

        protected org.eclipse.swt.widgets.Control buildBody()
        Description copied from class: BaseDialog
        Returns the last element in the body - the one to which the buttons should be attached.
        Specified by:
        buildBody in class BaseDialog
        Returns: