| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
| org.openstreetmap.josm.io | |
| org.openstreetmap.josm.io.session |
| Modifier and Type | Field and Description |
|---|---|
private NoteLayer |
UploadNoteLayerTask.layer |
| Constructor and Description |
|---|
UploadNoteLayerTask(NoteLayer layer,
ProgressMonitor monitor)
Creates the upload task.
|
| Modifier and Type | Method and Description |
|---|---|
NoteLayer |
NoteImporter.loadLayer(java.io.InputStream in,
java.io.File associatedFile,
java.lang.String layerName,
ProgressMonitor progressMonitor)
Load note layer from InputStream.
|
| Constructor and Description |
|---|
NoteSessionExporter(NoteLayer layer)
Constructs a new
NoteSessionExporter. |