Package | Description |
---|---|
org.openstreetmap.josm |
Provides the classes of JOSM application.
|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user 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,
java.awt.event.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) |