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 java.util.Collection<AbstractOsmDataPaster>OpenTransferHandler. SUPPORTEDprivate static java.util.Collection<AbstractOsmDataPaster>OsmTransferHandler. SUPPORTEDMethods in org.openstreetmap.josm.gui.datatransfer that return types with arguments of type AbstractOsmDataPaster Modifier and Type Method Description protected abstract java.util.Collection<AbstractOsmDataPaster>AbstractStackTransferHandler. getSupportedPasters()protected java.util.Collection<AbstractOsmDataPaster>OpenTransferHandler. getSupportedPasters()protected java.util.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 classAbstractTagPasterThis transfer support allows us to transfer tags to the selected primitivesclassFilePasterThis transfer support allows us to import a file that is dropped / copied on to the map.classOsmLinkPasterHandles the paste / drop of an OSM address.classPrimitiveDataPasterThis transfer support allows us to transfer primitives.classPrimitiveTagTransferPasterThis class helps pasting tags from other primitives.classTagTransferPasterThis transfer support allows us to transfer tags from the copied primitives on to the selected ones.classTextTagPasterThis transfer support allows us to import tags from the text that was copied to the clipboard.
-