Package | Description |
---|---|
org.openstreetmap.josm | |
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.data.osm |
Modifier and Type | Field and Description |
---|---|
static PrimitiveDeepCopy |
Main.pasteBuffer
The global paste buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
PasteAction.pasteBufferChanged(PrimitiveDeepCopy pasteBuffer) |
void |
PasteAction.pasteData(PrimitiveDeepCopy pasteBuffer,
Layer source,
ActionEvent e)
Paste OSM primitives from the given paste buffer and OSM data layer source to the current edit layer.
|
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveDeepCopy.PasteBufferChangedListener.pasteBufferChanged(PrimitiveDeepCopy pasteBuffer) |