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 |
|---|---|
protected String |
buildMessage()
Builds a message from the text and the stepList
|
protected void |
checkSubclass()
Allow this class to subclass MessageBox
|
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 deletedpublic int open()
open in class org.eclipse.swt.widgets.MessageBoxMessageBoxprotected String buildMessage()
protected void checkSubclass()
checkSubclass in class org.eclipse.swt.widgets.DialogCopyright © 2019 Hitachi Vantara. All rights reserved.