Package org.wikipediacleaner.gui.swing.component

Examples of org.wikipediacleaner.gui.swing.component.MWPaneCheckWikiPopupListener


        new CheckErrorPageListPopupListener(getWiki(), textPage, buttonValidate));
    textPage.setEditable(true);
    textPage.addPropertyChangeListener(
        MWPane.PROPERTY_MODIFIED,
        EventHandler.create(PropertyChangeListener.class, this, "updateComponentState"));
    textPage.setPopupListener(new MWPaneCheckWikiPopupListener(
        getWiki(), window));
    JComponent scrollContents = MWPane.createComplexPane(textPage);
    scrollContents.setMinimumSize(new Dimension(100, 100));
    constraints.fill = GridBagConstraints.BOTH;
    constraints.weightx = 1;
View Full Code Here


          }
        } else {
          formatter = new MWPaneCheckWikiFormatter(errorSelected.getAlgorithm());
          getTextContents().setFormatter(formatter);
        }
        MWPanePopupListener listener = new MWPaneCheckWikiPopupListener(
            getWikipedia(), OnePageAnalysisWindow.this);
        getTextContents().setPopupListener(listener);
      }
    }
    if (list != null) {
View Full Code Here

TOP

Related Classes of org.wikipediacleaner.gui.swing.component.MWPaneCheckWikiPopupListener

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.