Package org.wikipediacleaner.gui.swing.worker

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


    // Update warning
    UpdateISBNWarningWorker worker = new UpdateISBNWarningWorker(
        wiki, window, pages,
        false, false);
    worker.start();
  }

  /**
   * @return List of pages for which warnings should be updated.
   */
 
View Full Code Here


        return;
      }
    }
    UpdateISBNWarningWorker worker = new UpdateISBNWarningWorker(
        wiki, window, simulation);
    worker.start();
  }

  /**
   * Action called when Monitor Recent Changes button is pressed.
   */
 
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.