Class BaseMessageDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.BaseDialog
org.pentaho.di.ui.core.dialog.BaseMessageDialog

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

    • 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 Details

    • 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: