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.Dialog
Dialog 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

    Modifier and Type
    Method
    Description
    void
     
    void
     
     

    Methods inherited from class org.eclipse.swt.widgets.Dialog

    checkSubclass, getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 use
      RegexScript - The expression to test
      RegexOptions - Any extended options for the regular expression
      canonicalEqualityFlagSet -
  • Method Details

    • open

      public String open()
    • dispose

      public void dispose()
    • getData

      public void getData()