Package | Description |
---|---|
org.openstreetmap.josm.gui.datatransfer |
Provides the classes for transferring data using cut/copy/paste operations.
|
org.openstreetmap.josm.gui.datatransfer.importers |
Provides the classes for the transfer support controllers allowing cut/copy/paste operations.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<AbstractOsmDataPaster> |
OpenTransferHandler.SUPPORTED |
private static java.util.Collection<AbstractOsmDataPaster> |
OsmTransferHandler.SUPPORTED |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<AbstractOsmDataPaster> |
OpenTransferHandler.getSupportedPasters() |
protected abstract java.util.Collection<AbstractOsmDataPaster> |
AbstractStackTransferHandler.getSupportedPasters() |
protected java.util.Collection<AbstractOsmDataPaster> |
OsmTransferHandler.getSupportedPasters() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTagPaster
This transfer support allows us to transfer tags to the selected primitives
|
class |
FilePaster
This transfer support allows us to import a file that is dropped / copied on to the map.
|
class |
OsmLinkPaster
Handles the paste / drop of an OSM address.
|
class |
PrimitiveDataPaster
This transfer support allows us to transfer primitives.
|
class |
PrimitiveTagTransferPaster
This class helps pasting tags form other primitives.
|
class |
TagTransferPaster
This transfer support allows us to transfer tags from the copied primitives on to the selected ones.
|
class |
TextTagPaster
This transfer support allows us to import tags from the text that was copied to the clipboard.
|