org.pentaho.di.ui.spoon.dialog
Class DeleteMessageBox

java.lang.Object
  extended by MessageBox
      extended by org.pentaho.di.ui.spoon.dialog.DeleteMessageBox

public class DeleteMessageBox
extends MessageBox

Displays the delete message box to confirm deletes of multiple steps or job entries

Author:
David Kincade

Constructor Summary
DeleteMessageBox(Shell shell, String text, List<String> stepList)
          Creates a message box to confirm the deletion of the items
 
Method Summary
 int open()
          Creats the dialog and then performs the display and returns the result
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteMessageBox

public DeleteMessageBox(Shell shell,
                        String text,
                        List<String> stepList)
Creates a message box to confirm the deletion of the items

Parameters:
shell - the shell which will be the parent of the new instance
text - the title for the dialog
stepList - the text list of proposed steps to be deleted
Method Detail

open

public int open()
Creats the dialog and then performs the display and returns the result

See Also:
org.eclipse.swt.widgets.MessageBox