Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.gui.util |
Modifier and Type | Class and Description |
---|---|
class |
DrawAction
Mapmode to add nodes, create and extend ways.
|
class |
ExtrudeAction
Makes a rectangle from a line, or modifies a rectangle.
|
class |
SelectAction
Move is an action that can move all kind of OsmPrimitives (except keys for now).
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<KeyPressReleaseListener> |
AdvancedKeyPressDetector.keyListeners |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedKeyPressDetector.addKeyListener(KeyPressReleaseListener l)
Adds an object that wants to receive key press and release events.
|
void |
AdvancedKeyPressDetector.removeKeyListener(KeyPressReleaseListener l)
Removes the listener.
|