Uses of Class
org.openstreetmap.josm.gui.datatransfer.importers.AbstractTagPaster
-
Packages that use AbstractTagPaster Package Description org.openstreetmap.josm.gui.datatransfer.importers Provides the classes for the transfer support controllers allowing cut/copy/paste operations. -
-
Uses of AbstractTagPaster in org.openstreetmap.josm.gui.datatransfer.importers
Subclasses of AbstractTagPaster in org.openstreetmap.josm.gui.datatransfer.importers Modifier and Type Class Description 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.
-