Uses of Class
org.eclipse.jface.dialogs.PlainMessageDialog.Builder
-
Uses of PlainMessageDialog.Builder in org.eclipse.jface.dialogs
Modifier and TypeMethodDescriptionPlainMessageDialog.Builder.buttonLabels
(List<String> buttonLabels) Sets the dialog's button labels.PlainMessageDialog.Builder.defaultButtonIndex
(int defaultButtonIndex) Sets another (other than 0) button as default button.static PlainMessageDialog.Builder
PlainMessageDialog.getBuilder
(Shell shell, String dialogTitle) Creates a new Builder instance.PlainMessageDialog.Builder.image
(int iconId) Sets the dialog's image (e.g. information icon).Sets the dialog's image (e.g. information icon).Sets the dialog's message.PlainMessageDialog.Builder.titleImage
(Image image) Sets the shell's image.