Uses of Class
org.openstreetmap.josm.gui.MapFrame
-
Packages that use MapFrame Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of MapFrame in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type MapFrame Modifier and Type Method Description void
AutoScaleAction.MapFrameAdapter. mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)
void
SessionSaveAction. mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)
-
Uses of MapFrame in org.openstreetmap.josm.actions.mapmode
Constructors in org.openstreetmap.josm.actions.mapmode with parameters of type MapFrame Constructor Description ParallelWayAction(MapFrame mapFrame)
Constructs a newParallelWayAction
.SelectAction(MapFrame mapFrame)
Create a new SelectActionZoomAction(MapFrame mapFrame)
Construct a ZoomAction without a label. -
Uses of MapFrame in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as MapFrame Modifier and Type Field Description (package private) static MapFrame
MainApplication. map
The MapFrame.private MapFrame
MainPanel. map
private MapFrame
MapStatus.Collector. parent
Methods in org.openstreetmap.josm.gui that return MapFrame Modifier and Type Method Description private MapFrame
MainPanel. createNewMapFrame()
static MapFrame
MainApplication. getMap()
Returns the MapFrame.Methods in org.openstreetmap.josm.gui with parameters of type MapFrame Modifier and Type Method Description void
MapFrameListener. mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)
Called after Main.mapFrame is initialized.Constructors in org.openstreetmap.josm.gui with parameters of type MapFrame Constructor Description Collector(MapFrame parent)
MapStatus(MapFrame mapFrame)
Construct a new MapStatus and attach it to the map view. -
Uses of MapFrame in org.openstreetmap.josm.plugins
Methods in org.openstreetmap.josm.plugins with parameters of type MapFrame Modifier and Type Method Description void
Plugin. mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)
void
PluginProxy. mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)
-