Package org.eobjects.datacleaner.regexswap

Examples of org.eobjects.datacleaner.regexswap.RegexSwapDialog


    final JButton regexSwapStringPatternButton = createButton(IconUtils.STRING_PATTERN_REGEXSWAP_IMAGEPATH,
        "<html><b>Browse the RegexSwap</b><br/>Download patterns from DataCleaner's online RegexSwap.</html>");
    regexSwapStringPatternButton.addActionListener(new ActionListener() {
      @Override
      public void actionPerformed(ActionEvent e) {
        new RegexSwapDialog(_catalog, _windowContext).setVisible(true);
      }
    });

    final HelpIcon helpIcon = new HelpIcon(
        "<b>String patterns</b><br>"
View Full Code Here

TOP

Related Classes of org.eobjects.datacleaner.regexswap.RegexSwapDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.