Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.plugins |
Provides the classes for JOSM plugins system.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionSaveAsAction.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |
void |
AutoScaleAction.MapFrameAdapter.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |
Constructor and Description |
---|
ParallelWayAction(MapFrame mapFrame)
Constructs a new
ParallelWayAction . |
SelectAction(MapFrame mapFrame)
Create a new SelectAction
|
ZoomAction(MapFrame mapFrame)
Construct a ZoomAction without a label.
|
Modifier and Type | Field and Description |
---|---|
private MapFrame |
MainPanel.map |
(package private) static MapFrame |
MainApplication.map
The MapFrame.
|
private MapFrame |
MapStatus.Collector.parent |
Modifier and Type | Method and Description |
---|---|
private MapFrame |
MainPanel.createNewMapFrame() |
static MapFrame |
MainApplication.getMap()
Returns the MapFrame.
|
Modifier and Type | Method and Description |
---|---|
void |
MapFrameListener.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame)
Called after Main.mapFrame is initalized.
|
Constructor and Description |
---|
Collector(MapFrame parent) |
MapStatus(MapFrame mapFrame)
Construct a new MapStatus and attach it to the map view.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginProxy.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |
void |
Plugin.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |