g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.ui.widgets
Class SweepDeleteDialog

java.lang.Object
  extended by Dialog
      extended by eu.geclipse.jsdl.ui.widgets.SweepDeleteDialog

public class SweepDeleteDialog
extends Dialog

Dialog for handling deletion of sweeped parameters in case there is more than one parameter on the same sweep level.


Constructor Summary
SweepDeleteDialog(Shell parentShell, java.util.List<java.lang.String> input)
          Creates new instance of SweepDeleteDialog class.
 
Method Summary
 java.util.List<java.lang.String> getElementsToRemove()
          Method to access list of elements to remove as selected in dialog when user confirmed exit.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SweepDeleteDialog

public SweepDeleteDialog(Shell parentShell,
                         java.util.List<java.lang.String> input)
Creates new instance of SweepDeleteDialog class.

Parameters:
parentShell - shell of parent widget
input - list of parameters from the same sweep level of deletion
Method Detail

getElementsToRemove

public java.util.List<java.lang.String> getElementsToRemove()
Method to access list of elements to remove as selected in dialog when user confirmed exit.

Returns:
list of parameters to delete from the same sweep level of deletion

g-Eclipse
Release 1.0.0