public class NoteImporter extends FileImporter
Modifier and Type | Field and Description |
---|---|
private static ExtensionFileFilter |
FILE_FILTER |
filter
Constructor and Description |
---|
NoteImporter()
Create an importer for note dump files
|
Modifier and Type | Method and Description |
---|---|
void |
importData(File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false.
|
acceptFile, activeLayerChange, compareTo, getPriority, importData, importDataHandleExceptions, importDataHandleExceptions, isBatchImporter, isEnabled, layerAdded, layerRemoved, setEnabled
private static final ExtensionFileFilter FILE_FILTER
public NoteImporter()
public void importData(File file, ProgressMonitor progressMonitor) throws IOException
FileImporter
importData
in class FileImporter
file
- file to importprogressMonitor
- progress monitorIOException
- if any I/O error occurs