public class RegexEvalHelperDialog
extends org.eclipse.swt.widgets.Dialog
Constructor and Description |
---|
RegexEvalHelperDialog(org.eclipse.swt.widgets.Shell parent,
TransMeta transmeta,
String RegexScript,
String RegexOptions,
boolean canonicalEqualityFlagSet)
Dialog to allow someone to test regular expression
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData() |
String |
open() |
public RegexEvalHelperDialog(org.eclipse.swt.widgets.Shell parent, TransMeta transmeta, String RegexScript, String RegexOptions, boolean canonicalEqualityFlagSet)
parent
- The parent shell to useRegexScript
- The expression to testRegexOptions
- Any extended options for the regular expressioncanonicalEqualityFlagSet
- public String open()
public void dispose()
public void getData()
Copyright © 2019 Hitachi Vantara. All rights reserved.