Package org.openstreetmap.josm.gui.datatransfer.importers
Provides the classes for the transfer support controllers allowing cut/copy/paste operations.
-
Class Summary Class Description AbstractOsmDataPaster This is an abstract class that helps implementing the transfer support required by swing.AbstractTagPaster This transfer support allows us to transfer tags to the selected primitivesFilePaster This transfer support allows us to import a file that is dropped / copied on to the map.OsmLinkPaster Handles the paste / drop of an OSM address.OsmLinkPaster.NoWarnOpenLocationAction PrimitiveDataPaster This transfer support allows us to transfer primitives.PrimitiveTagTransferPaster This class helps pasting tags from other primitives.PrimitiveTagTransferPaster.TagPasteSupport TagTransferPaster This transfer support allows us to transfer tags from the copied primitives on to the selected ones.TextTagPaster This transfer support allows us to import tags from the text that was copied to the clipboard.