Package | Description |
---|---|
org.openstreetmap.josm | |
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.plugins |
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<MapFrameListener> |
Main.mapFrameListeners |
Modifier and Type | Method and Description |
---|---|
static boolean |
Main.addMapFrameListener(MapFrameListener listener)
Registers a new
MapFrameListener that will be notified of MapFrame changes |
static boolean |
Main.addMapFrameListener(MapFrameListener listener,
boolean fireWhenMapViewPresent)
Registers a new
MapFrameListener that will be notified of MapFrame changes |
static boolean |
Main.removeMapFrameListener(MapFrameListener listener)
Unregisters the given
MapFrameListener from MapFrame changes |
Modifier and Type | Class and Description |
---|---|
private class |
AutoScaleAction.MapFrameAdapter
Adapter for MapFrame change events
|
Modifier and Type | Class and Description |
---|---|
class |
Plugin
For all purposes of loading dynamic resources, the Plugin's class loader should be used
(or else, the plugin jar will not be within the class path).
|
class |
PluginProxy
Helper class for the JOSM system to communicate with the plugin.
|