|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapFrame in org.openstreetmap.josm |
---|
Fields in org.openstreetmap.josm declared as MapFrame | |
---|---|
static MapFrame |
Main.map
The MapFrame. |
Methods in org.openstreetmap.josm with parameters of type MapFrame | |
---|---|
void |
Main.setMapFrame(MapFrame map)
Set or clear (if passed null ) the map. |
Uses of MapFrame in org.openstreetmap.josm.actions.mapmode |
---|
Constructors in org.openstreetmap.josm.actions.mapmode with parameters of type MapFrame | |
---|---|
DeleteAction(MapFrame mapFrame)
Construct a new DeleteAction. |
|
DrawAction(MapFrame mapFrame)
|
|
ExtrudeAction(MapFrame mapFrame)
Create a new SelectAction |
|
ImproveWayAccuracyAction(MapFrame mapFrame)
|
|
MapMode(java.lang.String name,
java.lang.String iconName,
java.lang.String tooltip,
MapFrame mapFrame,
java.awt.Cursor cursor)
Constructor for mapmodes with an 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 an menu |
|
ParallelWayAction(MapFrame mapFrame)
|
|
SelectAction(MapFrame mapFrame)
Create a new SelectAction |
|
ZoomAction(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 | |
---|---|
private MapFrame |
MapStatus.Collector.parent
|
Constructors in org.openstreetmap.josm.gui with parameters of type MapFrame | |
---|---|
MapStatus.Collector(MapFrame parent)
|
|
MapStatus(MapFrame mapFrame)
Construct a new MapStatus and attach it to the map view. |
Uses of MapFrame in org.openstreetmap.josm.gui.dialogs |
---|
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type MapFrame | |
---|---|
static void |
LayerListDialog.createInstance(MapFrame mapFrame)
Creates the instance of the dialog. |
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type MapFrame | |
---|---|
ChangesetDialog(MapFrame mapFrame)
|
|
CommandStackDialog(MapFrame mapFrame)
|
|
LayerListDialog(MapFrame mapFrame)
Create an layer list and attach it to the given mapView. |
Uses of MapFrame in org.openstreetmap.josm.gui.dialogs.properties |
---|
Constructors in org.openstreetmap.josm.gui.dialogs.properties with parameters of type MapFrame | |
---|---|
PropertiesDialog(MapFrame mapFrame)
Create a new PropertiesDialog |
Uses of MapFrame in org.openstreetmap.josm.plugins |
---|
Methods in org.openstreetmap.josm.plugins with parameters of type MapFrame | |
---|---|
void |
Plugin.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame)
Called after Main.mapFrame is initalized. |
void |
PluginProxy.mapFrameInitialized(MapFrame oldFrame,
MapFrame newFrame)
|
static void |
PluginHandler.notifyMapFrameChanged(MapFrame old,
MapFrame map)
Notified loaded plugins about a new map frame |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |