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(java.io.File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false.
|
acceptFile, activeLayerChange, compareTo, getPriority, importData, importDataHandleExceptions, importDataHandleExceptions, isBatchImporter, isEnabled, layerAdded, layerRemoved, setEnabledprivate static final ExtensionFileFilter FILE_FILTER
public NoteImporter()
public void importData(java.io.File file, ProgressMonitor progressMonitor) throws java.io.IOException
FileImporterimportData in class FileImporterfile - file to importprogressMonitor - progress monitorjava.io.IOException - if any I/O error occurs