Package | Description |
---|---|
org.openstreetmap.josm |
Provides the classes of JOSM application.
|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
org.openstreetmap.josm.plugins |
Provides the classes for JOSM plugins system.
|
Modifier and Type | Field and Description |
---|---|
static MapFrame |
Main.map
The MapFrame.
|
Modifier and Type | Method and Description |
---|---|
void |
Main.setMapFrame(MapFrame map)
Deprecated.
This is done automatically by
MainPanel |
Modifier and Type | Method and Description |
---|---|
void |
AutoScaleAction.MapFrameAdapter.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |
void |
SessionSaveAsAction.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |
Constructor and Description |
---|
AddNoteAction(MapFrame mapFrame,
NoteData data)
Construct a new map mode.
|
DeleteAction(MapFrame mapFrame)
Construct a new DeleteAction.
|
DrawAction(MapFrame mapFrame)
Constructs a new
DrawAction . |
ExtrudeAction(MapFrame mapFrame)
Creates a new ExtrudeAction
|
ImproveWayAccuracyAction(MapFrame mapFrame)
Constructs a new
ImproveWayAccuracyAction . |
MapMode(java.lang.String name,
java.lang.String iconName,
java.lang.String tooltip,
MapFrame mapFrame,
java.awt.Cursor cursor)
Constructor for mapmodes with a menu (no shortcut will be registered)
|
MapMode(java.lang.String name,
java.lang.String iconName,
java.lang.String tooltip,
Shortcut shortcut,
MapFrame mapFrame,
java.awt.Cursor cursor)
Constructor for mapmodes without a menu
|
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 |
private MapFrame |
MapStatus.Collector.parent |
Modifier and Type | Method and Description |
---|---|
private MapFrame |
MainPanel.createNewMapFrame() |
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 |
---|---|
static void |
LayerListDialog.createInstance(MapFrame mapFrame)
Creates the instance of the dialog.
|
Constructor and Description |
---|
LayerListDialog(MapFrame mapFrame)
Creates a layer list and attach it to the given mapView.
|
Modifier and Type | Method and Description |
---|---|
void |
Plugin.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |
void |
PluginProxy.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame) |