Package org.openstreetmap.josm.gui.datatransfer.data
Provides the classes for defining the serializable data transferred using cut/copy/paste operations.
-
Interface Summary Interface Description PrimitiveTransferData.ReferenceGetter -
Class Summary Class Description LayerTransferData This transferable implements a layer transfer.OsmLayerTransferData A special form ofLayerTransferData
that ensures you that the layer is an OSM data layerPrimitiveTagTransferData This is a variant ofTagTransferData
that holds tags that were copied from a collection of primitives.PrimitiveTransferData A list of primitives that are transferred.PrimitiveTransferData.GetReferences TagTransferData This is a special transfer type that only transfers tag data.