Package | Description |
---|---|
org.openstreetmap.josm.gui.datatransfer.data |
Provides the classes for defining the serializable data transferred using cut/copy/paste operations.
|
Modifier and Type | Class and Description |
---|---|
private static class |
PrimitiveTransferData.GetReferences |
Constructor and Description |
---|
PrimitiveTransferData(java.util.Collection<? extends OsmPrimitive> primitives,
PrimitiveTransferData.ReferenceGetter referencedGetter)
Create the new transfer data.
|