Class RegexEvalHelperDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.pentaho.di.ui.trans.steps.regexeval.RegexEvalHelperDialog
-
public class RegexEvalHelperDialog extends org.eclipse.swt.widgets.DialogDialog to test a regular expression- Since:
- 20-04-2009
- Author:
- Samatar
-
-
Constructor Summary
Constructors Constructor Description RegexEvalHelperDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.TransMeta transmeta, String RegexScript, String RegexOptions, boolean canonicalEqualityFlagSet)Dialog to allow someone to test regular expression
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()Stringopen()
-
-
-
Constructor Detail
-
RegexEvalHelperDialog
public RegexEvalHelperDialog(org.eclipse.swt.widgets.Shell parent, org.pentaho.di.trans.TransMeta transmeta, String RegexScript, String RegexOptions, boolean canonicalEqualityFlagSet)Dialog to allow someone to test regular expression- Parameters:
parent- The parent shell to useRegexScript- The expression to testRegexOptions- Any extended options for the regular expressioncanonicalEqualityFlagSet-
-
-
Method Detail
-
open
public String open()
-
dispose
public void dispose()
-
getData
public void getData()
-
-