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 voidAutoScaleAction.MapFrameAdapter. mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)voidSessionSaveAction. 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 MapFrameMainApplication. mapThe MapFrame.private MapFrameMainPanel. mapprivate MapFrameMapStatus.Collector. parentMethods in org.openstreetmap.josm.gui that return MapFrame Modifier and Type Method Description private MapFrameMainPanel. createNewMapFrame()static MapFrameMainApplication. getMap()Returns the MapFrame.Methods in org.openstreetmap.josm.gui with parameters of type MapFrame Modifier and Type Method Description voidMapFrameListener. 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 voidPlugin. mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)voidPluginProxy. mapFrameInitialized(MapFrame oldFrame, MapFrame newFrame)
-