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
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
ConstructorDescriptionBaseMessageDialog
(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
Modifier and TypeMethodDescriptionprotected org.eclipse.swt.widgets.Control
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
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
BaseMessageDialog
-
BaseMessageDialog
-
BaseMessageDialog
-
-
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 classBaseDialog
- Returns:
-