public class DeleteMessageBox
extends org.eclipse.swt.widgets.MessageBox
| Constructor and Description |
|---|
DeleteMessageBox(org.eclipse.swt.widgets.Shell shell,
String text,
List<String> stepList)
Creates a message box to confirm the deletion of the items
|
| Modifier and Type | Method and Description |
|---|---|
int |
open()
Creats the dialog and then performs the display and returns the result
|
public DeleteMessageBox(org.eclipse.swt.widgets.Shell shell,
String text,
List<String> stepList)
shell - the shell which will be the parent of the new instancetext - the title for the dialogstepList - the text list of proposed steps to be deleted