133134135136137138139140
* @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); } }