Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.gui.util |
Provides GUI utility classes.
|
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
A special map mode that is optimized for improving way geometry.
|
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 ListenerList<ModifierExListener> |
AdvancedKeyPressDetector.modifierExListeners |
Modifier and Type | Method and Description |
---|---|
void |
AdvancedKeyPressDetector.addModifierExListener(ModifierExListener l)
Adds an object that wants to receive extended key modifier changed events.
|
void |
AdvancedKeyPressDetector.removeModifierExListener(ModifierExListener l)
Removes the extended key modifier listener.
|