Package org.wikipediacleaner.gui.swing.worker

Examples of org.wikipediacleaner.gui.swing.worker.CheckWikiProjectWorker.start()


    }
    CheckWikiProjectWorker reloadWorker = new CheckWikiProjectWorker(
        getWikipedia(), this, errors, selectedAlgorithms,
        true, modelMaxErrors.getNumber().intValue());
    setupReloadWorker(reloadWorker);
    reloadWorker.start();
  }

  /**
   * Action called when Reload Error button is pressed.
   */
 
View Full Code Here


      List<CheckErrorAlgorithm> algorithms = Collections.singletonList(error.getAlgorithm());
      CheckWikiProjectWorker reloadWorker = new CheckWikiProjectWorker(
          getWikipedia(), this, errors, algorithms,
          true, modelMaxErrors.getNumber().intValue());
      setupReloadWorker(reloadWorker);
      reloadWorker.start();
    }
  }

  /**
   * @param page
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.