Package org.pentaho.di.ui.core.dialog
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.
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.ui.core.dialog.BaseDialog
buttons, ELEMENT_SPACING, LABEL_SPACING, MARGIN_SIZE, MEDIUM_FIELD, MEDIUM_SMALL_FIELD, props, shell, SHELL_WIDTH_OFFSET, SMALL_FIELD, title, VAR_ICON_HEIGHT, VAR_ICON_WIDTH, width
-
-
Constructor Summary
Constructors Constructor Description BaseMessageDialog(org.eclipse.swt.widgets.Shell shell, String title, String message)
BaseMessageDialog(org.eclipse.swt.widgets.Shell shell, String title, String message, int width)
BaseMessageDialog(org.eclipse.swt.widgets.Shell shell, String title, String message, String buttonLabel, int width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.swt.widgets.Control
buildBody()
Returns the last element in the body - the one to which the buttons should be attached.-
Methods inherited from class org.pentaho.di.ui.core.dialog.BaseDialog
buildFooter, dispose, open, setButtons, setFooterTopPadding
-
-
-
-
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 classBaseDialog
- Returns:
-
-