Uses of Class
org.openstreetmap.josm.gui.datatransfer.importers.AbstractOsmDataPaster
-
Packages that use AbstractOsmDataPaster 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. -
-
Uses of AbstractOsmDataPaster in org.openstreetmap.josm.gui.datatransfer
Fields in org.openstreetmap.josm.gui.datatransfer with type parameters of type AbstractOsmDataPaster Modifier and Type Field Description private static Collection<AbstractOsmDataPaster>
OpenTransferHandler. SUPPORTED
private static Collection<AbstractOsmDataPaster>
OsmTransferHandler. SUPPORTED
Methods in org.openstreetmap.josm.gui.datatransfer that return types with arguments of type AbstractOsmDataPaster Modifier and Type Method Description protected abstract Collection<AbstractOsmDataPaster>
AbstractStackTransferHandler. getSupportedPasters()
protected Collection<AbstractOsmDataPaster>
OpenTransferHandler. getSupportedPasters()
protected Collection<AbstractOsmDataPaster>
OsmTransferHandler. getSupportedPasters()
-
Uses of AbstractOsmDataPaster in org.openstreetmap.josm.gui.datatransfer.importers
Subclasses of AbstractOsmDataPaster in org.openstreetmap.josm.gui.datatransfer.importers Modifier and Type Class Description class
AbstractTagPaster
This transfer support allows us to transfer tags to the selected primitivesclass
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 from 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.
-