g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.ui.widgets
Class SweepLoopDialog

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

public class SweepLoopDialog
extends Dialog

Dialog or defining loop function for parameter sweep.


Constructor Summary
SweepLoopDialog(Shell parentShell)
          Creates new instance of SweepLoopDialog class.
 
Method Summary
 java.lang.String getEndReturn()
          Method to access loop's end value as entered in dialog when user pressed OK.
 java.lang.String[] getExceptionsReturn()
          Method to access list of exceptions values for loop, as entered in dialog when user pressed OK.
 java.lang.String getStartReturn()
          Method to access loop's start value as entered in dialog when user pressed OK.
 java.lang.String getStepReturn()
          Method to access loop's step value as entered in dialog when user pressed OK.
 void modifyText(ModifyEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SweepLoopDialog

public SweepLoopDialog(Shell parentShell)
Creates new instance of SweepLoopDialog class.

Parameters:
parentShell - shell of a parent widget
Method Detail

modifyText

public void modifyText(ModifyEvent e)

getStartReturn

public java.lang.String getStartReturn()
Method to access loop's start value as entered in dialog when user pressed OK.

Returns:
String representation of BigInteger loop's start value.

getEndReturn

public java.lang.String getEndReturn()
Method to access loop's end value as entered in dialog when user pressed OK.

Returns:
String representation of BigInteger loop's end value.

getStepReturn

public java.lang.String getStepReturn()
Method to access loop's step value as entered in dialog when user pressed OK.

Returns:
String representation of BigInteger step value

getExceptionsReturn

public java.lang.String[] getExceptionsReturn()
Method to access list of exceptions values for loop, as entered in dialog when user pressed OK.

Returns:
table with String values which should be excluded from values generated by loop

g-Eclipse
Release 1.0.0