Package org.wikipediacleaner.gui.swing.worker

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


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

  /**
   * Update ISBN warnings on talk page.
   */
 
View Full Code Here


    if (start == null) {
      return;
    }
    UpdateDabWarningWorker worker = new UpdateDabWarningWorker(
        wiki, window, start);
    worker.start();
  }

  /**
   * Action called when Update ISBN Warning 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.