Package org.pdfsam.guiclient.commons.business.loaders.callable

Examples of org.pdfsam.guiclient.commons.business.loaders.callable.ReloadPdfDocument


   * @param pageSelection
   *            page selection
   */
  public void reloadFile(File file, String password, String pageSelection, int index) {
    if (file != null) {
      executor.execute(new ReloadPdfDocument(file, panel, password, pageSelection, index), hook);
    }
  }
View Full Code Here

TOP

Related Classes of org.pdfsam.guiclient.commons.business.loaders.callable.ReloadPdfDocument

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.