Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.data.osm |
Modifier and Type | Class and Description |
---|---|
class |
PasteAction
Paste OSM primitives from clipboard to the current edit layer.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<PrimitiveDeepCopy.PasteBufferChangedListener> |
PrimitiveDeepCopy.listeners |
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveDeepCopy.addPasteBufferChangedListener(PrimitiveDeepCopy.PasteBufferChangedListener listener) |
void |
PrimitiveDeepCopy.removePasteBufferChangedListener(PrimitiveDeepCopy.PasteBufferChangedListener listener) |