Uses of Class
org.openstreetmap.josm.gui.datatransfer.data.PrimitiveTagTransferData
-
Packages that use PrimitiveTagTransferData Package Description org.openstreetmap.josm.gui.datatransfer.importers Provides the classes for the transfer support controllers allowing cut/copy/paste operations. -
-
Uses of PrimitiveTagTransferData in org.openstreetmap.josm.gui.datatransfer.importers
Fields in org.openstreetmap.josm.gui.datatransfer.importers declared as PrimitiveTagTransferData Modifier and Type Field Description private PrimitiveTagTransferData
PrimitiveTagTransferPaster.TagPasteSupport. data
Constructors in org.openstreetmap.josm.gui.datatransfer.importers with parameters of type PrimitiveTagTransferData Constructor Description TagPasteSupport(PrimitiveTagTransferData data, Collection<? extends IPrimitive> selection)
Constructs a newTagPasteSupport
.
-