Package org.eobjects.datacleaner.actions

Examples of org.eobjects.datacleaner.actions.DisplayOutputWritersForFilterOutcomeActionListener


    final Set<String> categoryNames = _descriptor.getOutcomeCategoryNames();
    for (final String categoryName : categoryNames) {
      final JButton outcomeButton = new JButton(categoryName, imageManager.getImageIcon(
          "images/component-types/filter-outcome.png", IconUtils.ICON_SIZE_SMALL));
      AnalysisJobBuilder analysisJobBuilder = _filterJobBuilder.getAnalysisJobBuilder();
      outcomeButton.addActionListener(new DisplayOutputWritersForFilterOutcomeActionListener(_filterJobBuilder
          .getAnalysisJobBuilder().getConfiguration(), analysisJobBuilder, _filterJobBuilder, categoryName));
      outcomePanel.add(outcomeButton);
    }

    WidgetUtils.addToGridBag(outcomePanel, this, 1, i, 2, 1, GridBagConstraints.NORTHWEST, 4);
View Full Code Here

TOP

Related Classes of org.eobjects.datacleaner.actions.DisplayOutputWritersForFilterOutcomeActionListener

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.