Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.gui.util |
Modifier and Type | Class and Description |
---|---|
class |
DeleteAction
A map mode that enables the user to delete nodes and other objects.
|
class |
DrawAction
Mapmode to add nodes, create and extend ways.
|
class |
ExtrudeAction
Makes a rectangle from a line, or modifies a rectangle.
|
class |
ImproveWayAccuracyAction |
class |
ParallelWayAction
MapMode for making parallel ways.
|
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<ModifierListener> |
AdvancedKeyPressDetector.modifierListeners |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedKeyPressDetector.addModifierListener(ModifierListener l)
Adds an object that wants to receive key modifier changed events.
|
void |
AdvancedKeyPressDetector.removeModifierListener(ModifierListener l)
Removes the key modifier listener.
|