| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.datatransfer |
Provides the classes for transferring data using cut/copy/paste operations.
|
| org.openstreetmap.josm.gui.datatransfer.data |
Provides the classes for defining the serializable data transferred using cut/copy/paste operations.
|
| org.openstreetmap.josm.gui.datatransfer.importers |
Provides the classes for the transfer support controllers allowing cut/copy/paste operations.
|
| Class and Description |
|---|
| PrimitiveTransferData
A list of primitives that are transferred.
|
| TagTransferData
This is a special transfer type that only transfers tag data.
|
| Class and Description |
|---|
| LayerTransferData
This transferable implements a layer transfer.
|
| PrimitiveTransferData
A list of primitives that are transferred.
|
| PrimitiveTransferData.ReferenceGetter |
| Class and Description |
|---|
| PrimitiveTagTransferData
This is a variant of
TagTransferData that holds tags that were copied from a collection of primitives. |
| PrimitiveTransferData
A list of primitives that are transferred.
|