public interface IFileImporter
Modifier and Type | Method and Description |
---|---|
boolean |
canImportDirectories() |
String[][] |
getFileExtensions() |
String[][] |
getFileExtensions(boolean zip) |
void |
load(File file) |
boolean |
loadFileSelector(Component component,
String title,
String defaultDir) |
void |
possiblyZipLoad(File file) |
void load(File file) throws IOException, ParseException, IrpMasterException
void possiblyZipLoad(File file) throws ParseException, IOException, IrpMasterException
boolean loadFileSelector(Component component, String title, String defaultDir) throws IOException, ParseException, IrpMasterException
boolean canImportDirectories()
String[][] getFileExtensions()
String[][] getFileExtensions(boolean zip)
Copyright © 2015. All rights reserved.