org.pentaho.di.ui.trans.steps.regexeval
Class RegexEvalHelperDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.trans.steps.regexeval.RegexEvalHelperDialog

public class RegexEvalHelperDialog
extends Dialog

Dialog to test a regular expression

Since:
20-04-2009
Author:
Samatar

Constructor Summary
RegexEvalHelperDialog(Shell parent, TransMeta transmeta, String RegexScript, String RegexOptions, boolean canonicalEqualityFlagSet)
          Dialog to allow someone to test regular expression
 
Method Summary
 void dispose()
           
 void getData()
           
 String open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexEvalHelperDialog

public RegexEvalHelperDialog(Shell parent,
                             TransMeta transmeta,
                             String RegexScript,
                             String RegexOptions,
                             boolean canonicalEqualityFlagSet)
Dialog to allow someone to test regular expression

Parameters:
parent - The parent shell to use
RegexScript - The expression to test
RegexOptions - Any extended options for the regular expression
canonicalEqualityFlagSet -
Method Detail

open

public String open()

dispose

public void dispose()

getData

public void getData()